Skip to content

Commit e7371fc

Browse files
committed
Fix readme
1 parent e534e6b commit e7371fc

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
@@ -107,7 +107,7 @@ Clone this repository and import it in your favourite IDE.
107107
You can call (from the main folder):
108108

109109
```bash
110-
python setup.py install
110+
python setup.py install
111111
```
112112

113113
### Run the examples
@@ -130,7 +130,7 @@ docker run -it -d --name jopt-py-rest-examples -p 127.0.0.1:8033:8080 -v "$PWD/:
130130

131131
### Using the sandbox
132132

133-
After starting the container, you can open [http://localhost:8043/](http://localhost:8033) with your browser and login with the password:
133+
After starting the container, you can open [http://localhost:8033/](http://localhost:8033) with your browser and login with the password:
134134

135135
```
136136
jopt

0 commit comments

Comments
 (0)