From a3878c70c4d9a705afa52d812552eb3a57e199c7 Mon Sep 17 00:00:00 2001 From: yegor256 <526301+yegor256@users.noreply.github.com> Date: Thu, 12 Dec 2024 05:50:21 +0000 Subject: [PATCH] new version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6da205..1e535ce 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ First, you install [npm][npm-install] and [Java SE][java-se]. Then, you install [eolang][npm] package: ```bash -npm install -g eolang@0.24.0 +npm install -g eolang@0.25.0 ``` Then, you write a simple [EO](https://www.eolang.org) program in `hello.eo` file