Skip to content

Commit a0bdc5e

Browse files
committed
Update README.md
1 parent 47c11b4 commit a0bdc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you want to use the API algorithms in your code, it is as simple as:
1111
You can test by creating a python file:
1212

1313
```python3
14-
from GrafanaSnapshot.GenerateSnapshot import GenerateSnapshot
14+
from GrafanaSnapshot.snapshot_face import SnapshotFace
1515

1616
if __name__ == "__main__":
1717
grafana = SnapshotFace(auth='xxxxx', host='localhost', port='3000', protocol='https')

0 commit comments

Comments
 (0)