From dded6a9a4b4cf690f9728a4cf579f4f9b2b51efd Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Sat, 26 Feb 2022 14:50:34 +0000 Subject: [PATCH] Update README.md examples to reflect new version 1.0.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73341f2..2f3b0a4 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Production ready. ## Installation * Install [corral](https://github.com/ponylang/corral) -* `corral add github.com/ponylang/glob.git --version 1.0.5` +* `corral add github.com/ponylang/glob.git --version 1.0.6` * `corral fetch` to fetch your dependencies * `use "glob"` to include this package * `corral run -- ponyc` to compile your application