Skip to content

Commit

Permalink
re
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 19, 2024
1 parent 91327ac commit d90e4cb
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 @@ -70,7 +70,7 @@ Then, you install [eoc](https://github.com/objectionary/eoc):
npm install -g [email protected]
```

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.
Expand All @@ -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
Expand Down

0 comments on commit d90e4cb

Please sign in to comment.