Skip to content

Commit 2a9e539

Browse files
Typo in README.md
1 parent 46c206b commit 2a9e539

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
@@ -12,7 +12,7 @@ Opsgenie API documentation can be found at https://docs.opsgenie.com/docs/
1212
You need an API token for communicating with tempo REST APIs.
1313

1414
```
15-
from tempoapiclient import client
15+
from opsgenie import client
1616
1717
schedulesApi = SchedulesApi(auth_token='<your_api_auth_token>)
1818

0 commit comments

Comments
 (0)