Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KenyonY committed Dec 11, 2023
1 parent cba25de commit 37f3476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import numpy as np

db = dictdb('./test_db')
# or run server `flaxkv run --port 8000`, then:
# db = dictdb('http://localhost:8000', remote=True, db_name='test_db', rebuild=False)
# db = dictdb('http://localhost:8000', db_name='test_db', rebuild=False)

db[1] = 1
db[1.1] = 1 / 3
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import numpy as np

db = dictdb('./test_db')
# or run server `flaxkv run --port 8000`, then:
# db = dictdb('http://localhost:8000', remote=True, db_name='test_db', rebuild=False)
# db = dictdb('http://localhost:8000', db_name='test_db', rebuild=False)

db[1] = 1
db[1.1] = 1 / 3
Expand Down

0 comments on commit 37f3476

Please sign in to comment.