From efb43a3b6db4286c15334978dac5c38499774524 Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Sun, 16 Jan 2022 04:19:35 +0000 Subject: [PATCH] Update README.md examples to reflect new version 0.4.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9671a0..e6a927b 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.4.4 +corral add github.com/ponylang/http.git --version 0.4.5 ``` * Execute `corral fetch` to fetch your dependencies.