Skip to content

Commit 88562fa

Browse files
authored
Update README.md
1 parent 631c9df commit 88562fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ single line insertion | N/A (todo) | N/A | N/A
3333
*Oracle 19c*<br>
3434
*You can find performance test codes [here](https://github.com/GoodManWEN/cx_Oracle_async/blob/main/misc).*
3535

36-
## Example
36+
## Examples
3737
```Python3
3838
# all_usages.py
3939
import asyncio
@@ -77,8 +77,8 @@ if __name__ == '__main__':
7777
asyncio.run(main())
7878
```
7979

80-
Or you can connect to database via makedsn:
81-
```
80+
Or you can connect to database via makedsn style:
81+
```Python3
8282
# makedsn.py
8383
import asyncio
8484
import cx_Oracle_async

0 commit comments

Comments
 (0)