From 5e045111cff2ad8ecfde438f355eade9205a396d Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Tue, 2 Apr 2024 18:07:30 +0000 Subject: [PATCH] Update README.md examples to reflect new version 0.6.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45b8183..0609308 100755 --- a/README.md +++ b/README.md @@ -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