Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Jul 18, 2018
1 parent fb1f429 commit 00ada11
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 @@ -125,7 +125,7 @@ It can be created with the following code:
# Adding the table to the document
>>> doc.add("owner", owner)

>>> atabase = table()
>>> database = table()
>>> database["server"] = "192.168.1.1"
>>> database["ports"] = [8001, 8001, 8002]
>>> database["connection_max"] = 5000
Expand Down

0 comments on commit 00ada11

Please sign in to comment.