From 1bc6e1065a9c5f3a034d8fcf4547654e1783cfcf Mon Sep 17 00:00:00 2001 From: Brian Barto Date: Fri, 20 Jan 2017 15:17:59 -0500 Subject: [PATCH] Add link to LibNMS to README modified: README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 268c95b..a106f08 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Table of Contents 1. [Download and Install](#download-and-install) 2. [Usage](#usage) -3. [License](#license) +3. [The NMS Library](#the-nms-library) +4. [License](#license) Download and Install -------------------- @@ -127,6 +128,15 @@ the user to press a key before restoring the terminal. Display version info. +The NMS Library +--------------- + +For those who would like to use this effect in their own projects, I have +created a C library that provides simple interface and can easily be used +for any program that supports C libraries and runs from the command line. + +See [LibNMS](https://github.com/bartobri/libnms) for more info. + License -------