Skip to content

Commit 48a2ef2

Browse files
authored
Update README.md
1 parent 18050d2 commit 48a2ef2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Execute an insert / update query with an option to manually commit the result. B
99

1010
Usage :
1111
--------
12-
12+
```
1313
python insert_update.py --query "your_query"
14+
```
1415

1516

1617
Development :
@@ -19,5 +20,6 @@ This runs on python 2.7 versions.
1920

2021
Install Dependencies :
2122
--------------------
22-
23+
```
2324
pip install -r requirements.txt
25+
```

0 commit comments

Comments
 (0)