Skip to content

Commit 92c5b26

Browse files
committed
Update README.md examples to reflect new version 0.3.2
1 parent 7057e9a commit 92c5b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pony package to build server applications for the HTTP protocol.
99
## Installation
1010

1111
* Install [corral](https://github.com/ponylang/corral):
12-
* `corral add github.com/ponylang/http_server.git --version 0.3.1`
12+
* `corral add github.com/ponylang/http_server.git --version 0.3.2`
1313
* Execute `corral fetch` to fetch your dependencies.
1414
* Include this package by adding `use "http_server"` to your Pony sources.
1515
* Execute `corral run -- ponyc` to compile your application

0 commit comments

Comments
 (0)