Skip to content

Commit 24e2a7f

Browse files
authored
Update README.md
1 parent 3792c18 commit 24e2a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Publish](https://github.com/GoodManWEN/cx_Oracle_async/workflows/Publish/badge.svg)](https://github.com/GoodManWEN/cx_Oracle_async/actions?query=workflow:Publish)
66
[![Build](https://github.com/GoodManWEN/cx_Oracle_async/workflows/Build/badge.svg)](https://github.com/GoodManWEN/cx_Oracle_async/actions?query=workflow:Build)
77

8-
A very simple asynchronous wrapper that makes you can access to Oracle in asyncio programs.
8+
A very simple asynchronous wrapper that allows you to get access to the Oracle database in asyncio programs.
99

1010
Easy to use , buy may not the best practice for efficiency concern.
1111

@@ -80,7 +80,7 @@ if __name__ == '__main__':
8080
asyncio.run(main())
8181
```
8282

83-
Or you can connect to database via makedsn style:
83+
Or you can connect to database via dsn style:
8484
```Python
8585
# makedsn.py
8686
import asyncio

0 commit comments

Comments
 (0)