We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3116f commit 7be33bcCopy full SHA for 7be33bc
README.md
@@ -9,7 +9,7 @@ Pony package to build server applications for the HTTP protocol.
9
## Installation
10
11
* Install [corral](https://github.com/ponylang/corral):
12
-* `corral add github.com/ponylang/http_server.git --version 0.3.2`
+* `corral add github.com/ponylang/http_server.git --version 0.3.3`
13
* Execute `corral fetch` to fetch your dependencies.
14
* Include this package by adding `use "http_server"` to your Pony sources.
15
* Execute `corral run -- ponyc` to compile your application
0 commit comments