Skip to content

Commit 6f1c63e

Browse files
committed
Add Bower and NPM version badges
1 parent 835d563 commit 6f1c63e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
When files are selected or dropped into the component, one or more filters are applied. Files which pass all filters are added to the queue. When file is added to the queue, for him is created instance of `{FileItem}` and uploader options are copied into this object. After, items in the queue (FileItems) are ready for uploading.
1010

1111
## Package managers
12-
### Bower
12+
### Bower [![Bower](https://img.shields.io/bower/v/angular-file-upload.svg)](http://bower.io/search/?q=angular-file-upload)
1313
```
1414
bower install angular-file-upload
1515
```
1616
You could find this module in bower like [_angular file upload_](http://bower.io/search/?q=angular-file-upload).
1717

18-
### NPM
18+
### NPM [![npm](https://img.shields.io/npm/v/angular-file-upload.svg)](https://www.npmjs.com/search?q=angular-file-upload)
1919
```
2020
npm install angular-file-upload
2121
```

0 commit comments

Comments
 (0)