diff --git a/README.md b/README.md index c988a1f..e720a19 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,11 @@ To install via bower, make sure you have bower installed and then run: bower install angular-macgyver ``` -More bower repositories can be found at [Angular MacGyver](https://github.com/angular-macgyver) +To install via NPM, you can run: + +``` +npm install angular-macgyver +``` Once you have MacGyver in your project, just include "Mac" as a dependency in your Angular application and you’re good to go.