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).