diff --git a/README.md b/README.md index faea4e4..6557fb5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Version __0.1__ #### Installation Either copy the contents of the `dist` directory of the [Github](https://github.com/McNull/angular-block-ui) project or install with _bower_ from the command line (**recommended**): - bower install angular-block-ui + bower install angular-block-ui --save Include both the JS and CSS file in your html: @@ -291,4 +291,4 @@ changes via the `$location` service are still allowed however. A demonstration o The navigation block is disabled by default. // Enable browser navigation blocking - blockUIConfig.blockBrowserNavigation = true; \ No newline at end of file + blockUIConfig.blockBrowserNavigation = true;