Skip to content

Commit 3a269d4

Browse files
committed
webapp added aws s3
1 parent 0a2f473 commit 3a269d4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Angular file uploader is an Angular 2+ file uploader module with Real-Time Progress Bar and Angular Universal Compatibility.
22

3+
### Demo
4+
<http://angular-file-uploader.s3-website-us-east-1.amazonaws.com>
35
### Install
46
```
57
npm install angular-file-uploader

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"type": "git",
2929
"url": "https://github.com/kzrfaisal/angular-file-uploader"
3030
},
31-
"homepage": "http://angular-file-uploader.s3-website-us-east-1.amazonaws.com/",
31+
"homepage": "http://angular-file-uploader.s3-website-us-east-1.amazonaws.com",
3232
"bugs": {
3333
"url": "https://github.com/kzrfaisal/angular-file-uploader/issues"
3434
},

0 commit comments

Comments
 (0)