Skip to content

Commit 723d385

Browse files
Update README.md
1 parent 5204f2a commit 723d385

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ print(response)
4242
The response is received in `json` format. So, it might look a bit messy but don't worry, just `Paste` the response in [Json Formatter](https://jsonformatter.curiousconcept.com/#) and press `Process`, it will show you a nice structured result!
4343

4444
In your code, you can get the `value` by calling the `key`.
45-
json
45+
```json
4646
{"key": "value"}
47+
```

0 commit comments

Comments
 (0)