From d90e4cb4df69b519cf71ced2987d13ffb4dad63d Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Thu, 19 Dec 2024 09:26:50 +0300 Subject: [PATCH] re --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53836faaf3..13ca0e45d2 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Then, you install [eoc](https://github.com/objectionary/eoc): npm install -g eolang@0.28.0 ``` -Then, start with a simple EO program in `app.eo` file: +Then, start with a simple EO program in the `app.eo` file: ```eo # Just prints hello. @@ -79,7 +79,7 @@ Then, start with a simple EO program in `app.eo` file: "Hello, world!\n" ``` -Compile it like this (may take a minute or so): +Compile it like this (may take up to a minute or so): ```bash eoc --easy link