From a0bdc5ede715bcbe831e6bebd52e51ae3018ae3e Mon Sep 17 00:00:00 2001 From: Authapon Kongkaew Date: Sun, 11 Aug 2019 14:54:19 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be5a75..2b930ee 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you want to use the API algorithms in your code, it is as simple as: You can test by creating a python file: ```python3 -from GrafanaSnapshot.GenerateSnapshot import GenerateSnapshot +from GrafanaSnapshot.snapshot_face import SnapshotFace if __name__ == "__main__": grafana = SnapshotFace(auth='xxxxx', host='localhost', port='3000', protocol='https')