README updates

modified:   README.md
This commit is contained in:
Brian Barto 2016-04-25 13:51:10 -04:00
parent 3a97c24064
commit 09b7011894
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Two tools are provided for you to recreate this effect:
1. A standalone executable file named `nms`. This file accepts data from a shell pipe and displays it in a manner that is nearly identical to the effect we see in the movie.
2. A module, written in C, that can be included in programs and used to recreate this effect in a custonized way. In fact, the standalone executable `nms` is really just an example showing how to use this module on piped data.
2. A module, written in C, that can be included in programs and used to recreate this effect in a custonized way. In fact, the standalone executable `nms` is really just an example that shows how to use this module on piped data.
Installing the Standalone Executable
------------------------------------