From 7524cbf7b0d5a96af73efa89a98c2d3fee1b4394 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 10 Aug 2014 11:38:55 +0200 Subject: [PATCH] Fix NLP section casing --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f1ab22a..7bc1ef8 100644 --- a/readme.md +++ b/readme.md @@ -42,7 +42,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Node.js management](#nodejs-management) - [Email](#email) - [Polyfills](#polyfills) -- [Natural Language Processing](#natural-language-processing) +- [Natural language processing](#natural-language-processing) - [AST](#ast) - [Weird](#weird) - [Miscellaneous](#miscellaneous) @@ -370,7 +370,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - More ES6 polyfills at [es6-tools](https://github.com/addyosmani/es6-tools#polyfills). -### Natural Language Processing +### Natural language processing - [natural](https://github.com/NaturalNode/natural) - A general natural language facility. - [retext](https://github.com/wooorm/retext) - An extensible natural language system. @@ -381,7 +381,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [node-windows](https://github.com/coreybutler/node-windows) - Run scripts as a native Windows service and log to the Event viewer. - [node-mac](https://github.com/coreybutler/node-mac) - Run scripts as a native Mac daemon and log to the console app. -- [node-linux](https://github.com/coreybutler/node-linux) - Run scripts as native systemv service and log to syslog. +- [node-linux](https://github.com/coreybutler/node-linux) - Run scripts as native system service and log to syslog. - [forever](https://github.com/nodejitsu/forever) - A simple CLI tool for ensuring that a given script runs continuously (i.e. forever). - [supervisor](https://github.com/isaacs/node-supervisor) - Restart scripts when they crash or restart when a `*.js` file changes.