From 467ca43e8974a655b9dfe6bce4e7379a01d9bc5e Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Thu, 19 Jan 2023 18:27:27 +0300 Subject: [PATCH] note --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 796f97e..36a7be6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ JAR from [here](https://github.com/polystat/eog/releases)): $ java -jar eog.jar --help ``` -For example, this is the input EO program: +For example, this is an input EO program: ``` [n] > fibo @@ -28,7 +28,7 @@ For example, this is the input EO program: fibo (n.minus 2) ``` -This is how a generated EOG program may look (a very very early draft): +This is how a generated EOG program may look (this is a very _early draft_!): ``` @fibo(n):