Skip to content

Commit 579bf8f

Browse files
Update README.md
1 parent 45e74a4 commit 579bf8f

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
@@ -20,7 +20,7 @@ The repository also contains several HTML templates that define the app's user i
2020
#### 1. Clone the Repo
2121

2222
```
23-
git clone https://github.com/shadabshaukat/python-flask-demo-oracle.git && cd python-flask-demo-oracle/
23+
git clone https://github.com/oracle-quickstart/webapp-python-oracledb-flask-api.git && cd webapp-python-oracledb-flask-api/
2424
2525
```
2626

@@ -216,9 +216,9 @@ CREATE TABLE employees (
216216
### 4. Clone the Repo & Install Python Packages
217217

218218
```
219-
git clone https://github.com/shadabshaukat/python-flask-demo-oracle.git
219+
git clone https://github.com/oracle-quickstart/webapp-python-oracledb-flask-api.git
220220
221-
cd python-flask-demo-oracle/
221+
cd webapp-python-oracledb-flask-api/
222222
223223
pip3 install -r requirements.txt
224224

0 commit comments

Comments
 (0)