Skip to content
Snippets Groups Projects
Commit 87fd201e authored by Kenneth Lausdahl's avatar Kenneth Lausdahl
Browse files

added missing @

parent b3271a69
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ java -jar coe.jar
2. (New terminal, or use &) Initialize the simulation
```bash
curl -s -H "Content-Type: application/json" --data config.json http://localhost:8082/initialize
curl -s -H "Content-Type: application/json" --data @config.json http://localhost:8082/initialize
```
3. Find the session id in the response
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment