diff --git a/README.md b/README.md index 6ebfa73..1fa1621 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Ponylang package to build clients for the HTTP protocol. * Add `http` to your build dependencies using [corral](https://github.com/ponylang/corral): ```bash -corral add github.com/ponylang/http.git --version 0.6.0 +corral add github.com/ponylang/http.git --version 0.6.1 ``` * Execute `corral fetch` to fetch your dependencies.