diff --git a/README.md b/README.md index 18e3ad3..951f7fb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ SweetAlert v2 [https://limonte.github.io/sweetalert2/](https://limonte.github.io ## Install 1. download the files 1. Bower - 1. add `"angular-sweetalert-2": "latest"` to your `bower.json` file then run `bower install` OR run `bower install angular-sweetalert-2` + 1. add `"angular-sweetalert-2": "latest"` to your `bower.json` file then run `bower install` OR run `bower install angular-sweetalert2` 2. include the files in your app 1. `SweetAlert.min.js` 2. `sweetalert2.min.js` diff --git a/bower.json b/bower.json index a825190..3449054 100644 --- a/bower.json +++ b/bower.json @@ -1,11 +1,11 @@ { "name": "ngSweetAlert2", - "version": "2.0.0", + "version": "2.0.1", "main": "./SweetAlert.js", "authors": [ "williamli@19degrees.io" ], - "description": "AngularJS wrapper for SweetAlert", + "description": "AngularJS wrapper for SweetAlert2", "keywords": [ "angular", "AngularJs",