diff --git a/README.md b/README.md index 6f5864f..d0d2767 100755 --- a/README.md +++ b/README.md @@ -50,6 +50,14 @@ You can also use the [jsDelivr CDN](https://cdn.jsdelivr.net/gh/cferdinandi/atom ``` +**NPM** + +You can also use NPM (or your favorite package manager). + +```bash +npm install atomicjs +``` + ### 2. Make your Ajax request. Pass in the requested URL, and optionally, your desired options. Request method defaults to `GET`.