Skip to content

Commit ccf082e

Browse files
authored
Update README.md
1 parent 3f22370 commit ccf082e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ You can combine multiple fields by separating them with commas as shown below:
9292
name:arya%20stark,age:>13,isalive:true
9393
```
9494

95+
## Use your own instance of jsonbox
96+
```
97+
jb = JsonBox(service_host="https://my-jsonbox-server.com")
98+
```
99+
95100

96101
## License
97102
MIT

0 commit comments

Comments
 (0)