Skip to content

Commit 15729ac

Browse files
updated readme
1 parent eedc832 commit 15729ac

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
# Angular URL-Encode Filter
22

33

4+
## Installation
5+
6+
`$ bower install angular-url-encode --save`
7+
8+
Add `bc.AngularUrlEncode` to your module's dependencies:
9+
10+
```
11+
angular.module('myModule', ['bc.AngularUrlEncode']);
12+
```
13+
14+
15+
## Usage
16+
17+
__coming soon__
18+
19+
420
## Demo
521

6-
[__NEED_DEMO__](http://google.com)
22+
__coming soon__
723

824

925
- - -
1026

1127

12-
### Scripts
28+
### Development Scripts
1329

1430
* `npm run build` - produces production version of your library under the `dist` folder
1531
* `npm run dev` - produces development version of your library and runs a watcher

0 commit comments

Comments
 (0)