Skip to content

Commit

Permalink
docs: optimize the wording in the document (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: zhiheng123 <[email protected]>
  • Loading branch information
zhiheng123 authored Aug 6, 2024
1 parent b5b0b57 commit e88e1e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ OpenGemini is a cloud-native distributed time series database, find more informa

## Usage

Import Package:
Install:

```
pip install opengemini_client
```
Create a Client
Getting Started

```python
from opengemini_client import Client, Address ,Config, BatchConfig
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ OpenGemini 是一款云原生分布式时序数据库。获取更多信息,请

## 用法

引入客户端库
安装

```
pip install opengemini_client
```

创建客户端:
快速开始:

```python
from opengemini_client import Client, Address ,Config, BatchConfig
Expand Down

0 comments on commit e88e1e2

Please sign in to comment.