Skip to content

Commit 2ea38bf

Browse files
authored
Merge pull request #753 from valery1707/readme-fixes
Readme fixes: badges, url fixes, yarn
2 parents 5c27e9b + f067e6a commit 2ea38bf

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,23 @@
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
```
16-
You could find this module in bower like [_angular file upload_](http://bower.io/search/?q=angular%20file%20upload).
16+
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
```
22-
You could find this module in npm like [_angular file upload_](https://www.npmjs.com/search?q=angular%20file%20upload).
22+
You could find this module in npm like [_angular file upload_](https://www.npmjs.com/search?q=angular-file-upload).
23+
24+
### Yarn [![npm](https://img.shields.io/npm/v/angular-file-upload.svg)](https://www.npmjs.com/search?q=angular-file-upload)
25+
```
26+
yarn add --exact angular-file-upload
27+
```
28+
You could find this module in yarn like [_angular file upload_](https://yarnpkg.com/en/packages?q=angular-file-upload).
2329

2430
### Module Dependency
2531

0 commit comments

Comments
 (0)