README updates

modified:   README.md
This commit is contained in:
Brian Barto 2016-04-25 13:49:53 -04:00
parent 285dceb50a
commit 3a97c24064
1 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ What is "No More Secrets"?
--------------------------
"No More Secrets" is the name I've lovingly given to the infamous "decrypting text effect" seen on
screen in the 1992 hacker movie "Sneakers". If you are unfamiliar with the effect, the specific scene
that first shows it is at 0:35 in [this youtube video](https://www.youtube.com/watch?v=F5bAa6gFvLs).
screen in the 1992 hacker movie "Sneakers". If you are unfamiliar with the effect, it can be seen
at 0:35 in [this youtube video](https://www.youtube.com/watch?v=F5bAa6gFvLs).
This project seeks to provide tools to recreate this effect in your projects. As a quick
example, I've included a program (called "sneakers"; type `make sneakers` when installing.) that
@ -19,11 +19,11 @@ Here is a screencap of that program:
What's Provided
---------------
This project provides 2 tools for you to recreate this effect:
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 used for incorporating this effect in to other programs.
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.
Installing the Standalone Executable
------------------------------------