diff --git a/README.md b/README.md index 66223edb..7414ec8a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ bower install toastr #### [npm](https://www.npmjs.com/package/toastr) ``` npm install --save toastr + +// If using within a TypeScript project, also get the TypeScript Definition file +npm install -D @types/toastr + ``` #### [Ruby on Rails](https://github.com/tylergannon/toastr-rails)