From 5496152d5141b4d1f167d79184895415418d20d4 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sat, 1 Jun 2019 17:24:49 +0200 Subject: [PATCH] Rephrase section introducing Jush, the stupid UNIX shell Signed-off-by: Joachim Nilsson --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e27552..b73a047 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,11 @@ Editline is maintained collaboratively at [GitHub][]. Example ------- -Below follows a brief example to illustrate how one can use Editline to -create a simple CLI, use Ctrl-D to exit the program. For a slightly -more advanced example, see . The -Editline sources also include an `examples/` sub-directory. +Below is a very brief example to illustrate how one can use Editline to +create a simple CLI, Ctrl-D exits the program. A slightly more advanced +example is Jush, , a small and very +simplistic UNIX shell. The Editline sources also include an `examples/` +sub-directory. 1. Build and install the library, preferably using a [release tarball][] The configure script defaults to a `/usr/local` prefix.