From 5e87818898a3ba57a74fa2d7e2415943c29d6c2c Mon Sep 17 00:00:00 2001 From: crc Date: Fri, 20 Oct 2017 01:58:25 +0000 Subject: [PATCH] typo fix FossilOrigin-Name: 73d6805404f22c6e3f4345408a5d30faf69d829fa6c5debd82efaa38100a2ca5 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd7d0e8..3a73c89 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For FreeBSD, macOS, Linux: Binaries will be found in the `bin` directory. The ones of interest are: - rre + rre Short for `run retro and exit`, this is the primary interface for RETRO. The `rre` interface is used to run the examples and Atua Gopher and HTTP @@ -32,15 +32,16 @@ servers that power forthworks.com. `rre` embeds the RETRO image into the binary, making it trivial to copy and deploy. - repl + repl This is a basic `read-evaluate-print-loop` for interactive use. It's intended for quick tests and as an easy starting point for new interfaces. The `repl` interface requires the RETRO image (`ngaImage`) in the current working directory to operate. - listener + listener Wrapping a shell script, some RETRO code, and using the `rre` interface, this is a slightly nicer alternative to the basic `repl` for interactive use. +