mirror of
https://github.com/RGBCube/JsonWrapper
synced 2025-07-27 11:47:45 +00:00
Update README.md
This commit is contained in:
parent
7c9a2e3ba4
commit
391a67816b
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ Output
|
|||
{'test': 123}
|
||||
```
|
||||
## `db.get()`
|
||||
### Normal usage
|
||||
#### Normal usage
|
||||
Code
|
||||
```python
|
||||
from db import ClutterDB
|
||||
|
@ -58,7 +58,7 @@ Output
|
|||
```
|
||||
123
|
||||
```
|
||||
### Using without `default` kwarg
|
||||
#### Using without `default` kwarg
|
||||
Code
|
||||
```python
|
||||
from db import ClutterDB
|
||||
|
@ -73,7 +73,7 @@ Output
|
|||
```
|
||||
None
|
||||
```
|
||||
### Using with `default` kwarg
|
||||
#### Using with `default` kwarg
|
||||
Code
|
||||
```python
|
||||
from db import ClutterDB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue