Skip to content

Commit

Permalink
Update README.md examples to reflect new version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Apr 2, 2024
1 parent b2e3108 commit 5e04511
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.6.0`
* `corral add github.com/ponylang/http_server.git --version 0.6.1`
* 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 5e04511

Please sign in to comment.