Skip to content

Commit

Permalink
Fix REPL welcome text (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Apr 20, 2020
1 parent eae2b01 commit b5a98ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ferret

```shell
Welcome to Ferret REPL
Please use `Ctrl-D` to exit this program.
Please use `exit` or `Ctrl-D` to exit this program.
>%
>LET doc = DOCUMENT('https://news.ycombinator.com/')
>FOR post IN ELEMENTS(doc, '.storylink')
Expand Down

0 comments on commit b5a98ca

Please sign in to comment.