Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
authapon-ohm committed Aug 11, 2019
1 parent 47c11b4 commit a0bdc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit a0bdc5e

Please sign in to comment.