Skip to content

Commit

Permalink
Merge pull request #373 from baggepinnen/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
shashi authored Sep 22, 2020
2 parents dd595cf + 2f83a86 commit 5d20d47
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 @@ -125,7 +125,7 @@ using Mux, WebIO
function app(req) # req is a Mux request dictionary
...
end
webio_serve(page("/", app), port=8000) # this will serve at http://localhost:8000/
webio_serve(page("/", app), 8000) # this will serve at http://localhost:8000/
```

### Bonus: Publish something to Heroku!
Expand Down

0 comments on commit 5d20d47

Please sign in to comment.