Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e94c5a

Browse files
authored
Add python syntax designation to code example
1 parent 1f4a1b3 commit 1e94c5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Example Usage
1212

13-
```
13+
```python
1414
from guidebook import api_requestor
1515

1616
api_key = 'example_key'
@@ -20,7 +20,6 @@ api_client = api_requestor.APIRequestor(api_key)
2020
api_url = 'https://builder.guidebook.com/open-api/v1/sessions/'
2121

2222
api_client.request('get', api_url)
23-
2423
```
2524

2625

0 commit comments

Comments
 (0)