From 718460d2ea37ce1e494159ed9283411267d5688c Mon Sep 17 00:00:00 2001 From: Martin Hammerchmidt Date: Wed, 29 Apr 2015 12:55:45 +0200 Subject: [PATCH] Replace mrt by meteor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54c2640..556cae8 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ If you need a npm package that is not included in Meteor, you need to create a M >Note that you _cannot_ `Npm.require` such npm packages from _within your app_, you can only require them _within the Meteor package that depends on them_. This is due to different Meteor packages potentially depending on different versions of the same npm package. There is another way you can use NPM modules with your app. - * first you need to install [npm](https://atmosphere.meteor.com/package/npm) smart package with - `mrt add npm` + * first you need to install [npm](https://atmospherejs.com/meteorhacks/npm) smart package with - `meteor add meteorhacks:npm` * then add a file named `packages.json` and add npm modules Read this [guide](http://meteorhacks.com/complete-npm-integration-for-meteor.html) to learn more on [using NPM modules with a meteor app](http://meteorhacks.com/complete-npm-integration-for-meteor.html).