From 28bc89a2844181ff0984caac738731bf90bb358a Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Sat, 20 Apr 2024 21:32:00 +0000 Subject: [PATCH] Update README.md examples to reflect new version 1.2.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c85a067..7624f2f 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Production ready. ## Installation * Install [corral](https://github.com/ponylang/corral) -* `corral add github.com/ponylang/crypto.git --version 1.2.2` +* `corral add github.com/ponylang/crypto.git --version 1.2.3` * `corral fetch` to fetch your dependencies * `use "crypto"` to include this package * `corral run -- ponyc` to compile your application