shithub: limbobyexample

Download patch

ref: dbf76bdbadd4ef4cd3de22b613d4c7f8492bb840
parent: 31832c5f1b673bc7f8e908b1a3e4de24367fb652
author: Sean Hinchee <henesy@users.noreply.github.com>
date: Mon Feb 25 12:49:31 EST 2019

Update README.md

--- a/README.md
+++ b/README.md
@@ -1,10 +1,14 @@
 # Limbo by Example
 
-Programming examples in the spirit of [gobyexample](https://github.com/mmcgrana/gobyexample), but targeted to the Limbo programming language. 
+These are programming examples in the spirit of [gobyexample](https://github.com/mmcgrana/gobyexample), but targeted to the Limbo programming language. 
 
-These exercises are tested on the [purgatorio](http://code.9front.org/hg/purgatorio/) fork of the Inferno operating system.
+These examples are tested on the [purgatorio](http://code.9front.org/hg/purgatorio/) fork of the Inferno operating system.
 
-The `;` rune in examples indicates a command to be run from the Inferno sh(1) shell. 
+Examples will, if they reference lines in source within an explanation, utilize a plumbable string (see: plumb(1)) which indicates the line - or range of lines - which the explanation references.
+
+Examples are composed in acme(1) which allows you to right click these strings to jump to the relevant source lines. 
+
+The `;` rune indicates a command to be run from the Inferno sh(1) shell. 
 
 ## Building