From 3a97c240647f4e021908b7e3290f403f66a7b103 Mon Sep 17 00:00:00 2001 From: Brian Barto Date: Mon, 25 Apr 2016 13:49:53 -0400 Subject: [PATCH] README updates modified: README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79d915b..d09661a 100644 --- a/README.md +++ b/README.md @@ -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 ------------------------------------