Skip to content

Commit 5785891

Browse files
authored
Update README.md
fixes by @Frisle
1 parent 5d3eb21 commit 5785891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Follow it - it will let to execute Embedded Python scripts vs IRIS and develop i
154154

155155
Once devcontainer is opened go to /python/irisapp.py and run it, either with Run button in the top right corner, or in terminal via:
156156
```bash
157-
$ irispython /python/irisapp.py
157+
$ irispython python/irisapp.py
158158
```
159159

160160

@@ -222,7 +222,7 @@ $ docker-compose exec iris bash
222222

223223
Run the following commands to start the flask server:
224224
```
225-
irispython /python/flask/app.py
225+
irispython python/flask/app.py
226226
```
227227

228228
That will start the flask server and you will see the following output:

0 commit comments

Comments
 (0)