Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrd authored Nov 20, 2022
1 parent be49a0e commit 07f886b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Create a file
This library is called DictDataBase, but you can actually use any json serializable object.
```python
users_dict = {
"u1": { "name" : ""Ben, "age": 30, "job": "Software Engineer" },
"u1": { "name" : "Ben", "age": 30, "job": "Software Engineer" },
"u2": { "name" : "Sue", "age": 21, "job": "Architect" },
"u3": { "name" : "Joe", "age": 50, "job": "Manager" },
}
Expand Down

0 comments on commit 07f886b

Please sign in to comment.