Remove Narwhal link from README.md.

Former-commit-id: b8bd53c9a19ef18480db14cfa82545aa872416b1
This commit is contained in:
John-David Dalton
2012-07-19 08:01:04 -04:00
parent d43ede3a11
commit a192410498
3 changed files with 3 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ In [Node.js](http://nodejs.org/) and [RingoJS v0.8.0+](http://ringojs.org/):
var _ = require('lodash');
~~~
In [Narwhal](http://narwhaljs.org/) and [RingoJS v0.7.0-](http://ringojs.org/):
In [RingoJS v0.7.0-](http://ringojs.org/):
~~~ js
var _ = require('lodash')._;

View File

@@ -48,7 +48,7 @@ Optionally, use the [microtime module](https://github.com/wadey/node-microtime)
npm install microtime
~~~
In [Narwhal](http://narwhaljs.org/) and [RingoJS v0.7.0-](http://ringojs.org/):
In [RingoJS v0.7.0-](http://ringojs.org/):
~~~ js
var Benchmark = require('benchmark').Benchmark;

View File

@@ -30,7 +30,7 @@ Via [npm](http://npmjs.org/):
npm install platform
~~~
In [Narwhal](http://narwhaljs.org/), [Node.js](http://nodejs.org/), and [RingoJS](http://ringojs.org/):
In [Node.js](http://nodejs.org/) and [RingoJS](http://ringojs.org/):
~~~ js
var platform = require('platform');