Skip to content

Commit

Permalink
Update README.md examples to reflect new version 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jan 14, 2024
1 parent 2789786 commit dce5eee
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 @@ -9,7 +9,7 @@ Pony package to build server applications for the HTTP protocol.
## Installation

* Install [corral](https://github.com/ponylang/corral):
* `corral add github.com/ponylang/http_server.git --version 0.4.5`
* `corral add github.com/ponylang/http_server.git --version 0.4.6`
* Execute `corral fetch` to fetch your dependencies.
* Include this package by adding `use "http_server"` to your Pony sources.
* Execute `corral run -- ponyc` to compile your application
Expand Down

0 comments on commit dce5eee

Please sign in to comment.