Skip to content

Commit 835d563

Browse files
committed
Fix search links
1 parent 5c27e9b commit 835d563

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
@@ -13,13 +13,13 @@ When files are selected or dropped into the component, one or more filters are a
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

1818
### NPM
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).
2323

2424
### Module Dependency
2525

0 commit comments

Comments
 (0)