Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vpegado committed Nov 11, 2014
1 parent 8a9d992 commit aa1f654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ File parsing directive for AngularJS

Install with [Bower](http://bower.io/):
```bash
$ bower install angular-file-directiv
$ bower install angular-file-directive
```

## Usage
Expand Down Expand Up @@ -36,4 +36,4 @@ Use it in the view:
<img alt="{{ file.name }}"
ng-src="data:{{ file.type }};base64,{{ file.body }}">
</div>
```
```

0 comments on commit aa1f654

Please sign in to comment.