Fix typo in README

This commit is contained in:
Tom Wiesing 2020-06-28 12:55:29 +02:00
parent d68c0f3e75
commit 75ff44f3f6

View file

@ -39,7 +39,7 @@ vagrant up
# open a shell inside the vm
# for debugging purposes forward port 7200 (GraphDB) and 8080 (phpmyadmin)
vagrant ssh -- -L 12
vagrant ssh -- -L 7200:127.0.0.1:7200 -L 8080:127.0.0.1:8080
```