Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfan authored and karajan1001 committed Apr 16, 2023
1 parent bf018d8 commit 2968203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ only upload/download/delete/list api for OSS. More functionality will be coming
# Install

```bash
pip install aiooss22
pip install aiooss2
```

## Basic Example
Expand All @@ -19,7 +19,7 @@ pip install aiooss22
import asyncio
import os

from aiooss22 import AioBucket, AioObjectIterator, Auth
from aiooss2 import AioBucket, AioObjectIterator, Auth

OSS_ACCESS_KEY_ID = os.environ.get('OSS_ACCESS_KEY_ID')
OSS_SECRET_ACCESS_KEY = os.environ.get('OSS_SECRET_ACCESS_KEY')
Expand Down

0 comments on commit 2968203

Please sign in to comment.