From 174c4bd8efef5cd7e9c85fa419f451e6eff6a556 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Thu, 29 Mar 2012 14:28:48 -0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af5f051..d298337 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ShellJS is a **portable** (Windows included) implementation of Unix shell commands on top of the Node.js API. You can use it to eliminate your shell script's dependency on Unix while still keeping its familiar and powerful commands. -The project is [unit-tested](http://travis-ci.org/arturadib/shelljs) and is being used at Mozilla's [pdf.js](http://github.com/mozilla/pdf.js). +The project is [unit-tested](http://travis-ci.org/arturadib/shelljs) and is being used at Mozilla's [pdf.js](http://github.com/mozilla/pdf.js), [butter.js](http://github.com/mozilla/butter) and [others](http://search.npmjs.org/#/shelljs). ### Example