Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add missing line-continuation symbol `/`
  • Loading branch information
kpouget authored and jtaleric committed Jan 2, 2024
1 parent 35f72c7 commit 3b3ee58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ podman run \
--interactive \
--tty \
--volume "$PWD/app:/backend/app:z" \
--volume "$PWD/ocpperf.toml:/backend/ocpperf.toml"
--volume "$PWD/ocpperf.toml:/backend/ocpperf.toml" \
--publish 8000:8000 \
ocpp-back /backend/scripts/start-reload.sh
```
Expand Down

0 comments on commit 3b3ee58

Please sign in to comment.