Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 19, 2023
1 parent ec90650 commit 467ca43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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):
Expand Down

0 comments on commit 467ca43

Please sign in to comment.