Skip to content

Commit

Permalink
docs: fixes example mistakes (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Jun 15, 2024
1 parent ebd5c5d commit a702e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ See more on [examples](https://github.com/cristianoliveira/ergo/tree/master/exam

## TL;DR;
```bash
python3 -m http.server 8800 & # launch a web server listening on 8080
python3 -m http.server 8800 & # launch a web server listening on 8800
echo "http://localhost:8800 mylocalsite" > .ergo # adds a service "mylocalsite" to ergo
ergo local & # may need sudo since it binds to port 80
curl http://mylocalsite.localhost
ergo local & # it may need sudo since it binds to port 80
curl http://mylocalsite.localhost # make a HTTP request to the ergo service :)
```

## Summary
Expand Down

0 comments on commit a702e31

Please sign in to comment.