From a192410498753735248aae04ea4e2f00d2032027 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 19 Jul 2012 08:01:04 -0400 Subject: [PATCH] Remove Narwhal link from README.md. Former-commit-id: b8bd53c9a19ef18480db14cfa82545aa872416b1 --- README.md | 2 +- vendor/benchmark.js/README.md | 2 +- vendor/platform.js/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1c4c00b6..71ee0dd0d 100644 --- a/README.md +++ b/README.md @@ -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')._; diff --git a/vendor/benchmark.js/README.md b/vendor/benchmark.js/README.md index 7b2a42ef6..49e412cc7 100644 --- a/vendor/benchmark.js/README.md +++ b/vendor/benchmark.js/README.md @@ -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; diff --git a/vendor/platform.js/README.md b/vendor/platform.js/README.md index 4e5c08a90..eb56ff77e 100644 --- a/vendor/platform.js/README.md +++ b/vendor/platform.js/README.md @@ -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');