Skip to content

Commit c8542bc

Browse files
committed
update README
1 parent b3c0c5e commit c8542bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use FlyDB-SDK-Python, you first need to install the FlyDB server and ensure i
1818
You can install FlyDB-SDK-Python using pip, by running the following command:
1919

2020
```
21-
pip install FlyDB-SDK-Python
21+
pip install FlyDB==0.0.3
2222
```
2323

2424
## Quick Start
@@ -27,7 +27,7 @@ Here's a simple example showing how to use FlyDB-SDK-Python to connect to the Fl
2727

2828
```python
2929
from pathlib import Path
30-
from FlyDB2 import db
30+
from FlyDB import db
3131

3232
# Create a FlyDB2 client
3333
db_client = db.FlyDB()

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FlyDB是一个高性能、轻量级的键值数据库,通过这个SDK,您可
1616
安装FlyDB-SDK-Python可以通过pip进行,运行以下命令:
1717

1818
```bash
19-
pip install FlyDB2-SDK-Python
19+
pip install FlyDB==0.0.3
2020
```
2121

2222
## 快速上手

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='FlyDB',
5-
version='0.0.2',
5+
version='0.0.3',
66
packages=find_packages(),
77
author='GodQI',
88
author_email='[email protected]',

0 commit comments

Comments
 (0)