Skip to content

Commit 32a75d1

Browse files
committed
Update README
1 parent d0e5361 commit 32a75d1

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<p align="center"><b>React File Upload Widget</b><br/> (With Integrated Cloud Storage)</p>
88

9-
<p align="center">React Wrapper for <a href="https://upload.io/uploader">Uploader</a> • Files Hosted on <a href="https://upload.io/">Upload.io</a><br/><br/></p>
9+
<p align="center">React Wrapper for <a href="https://upload.io/uploader">Uploader</a> • Developed by <a href="https://upload.io/">Upload.io</a><br/><br/></p>
1010

1111
<p align="center">
1212
<a href="https://github.com/upload-io/react-uploader/">
@@ -96,7 +96,7 @@ Or via a `<script>` tag:
9696
<script src="https://js.upload.io/react-uploader/v1"></script>
9797
```
9898

99-
## Initialize
99+
## Usage
100100

101101
Initialize once at the start of your application:
102102

@@ -109,9 +109,7 @@ const uploader = new Uploader({
109109
});
110110
```
111111

112-
## Choose a Component
113-
114-
`react-uploader` provides two UI components:
112+
Then choose a UI component:
115113

116114
### (1) File Upload Button
117115

@@ -173,9 +171,25 @@ The callbacks receive a `Array<UploaderResult>`:
173171

174172
## Full Documentation
175173

176-
`react-uploader` is a React wrapper for `uploader`.
174+
React Uploader is a wrapper for Uploader — see the **[Uploader Docs](https://github.com/upload-io/uploader#%EF%B8%8F-configuration)** 📖
175+
176+
## Where are my files stored?
177+
178+
Uploader uses [Upload.io](https://upload.io) as a storage and file hosting backend.
179+
180+
Upload.io benefits developers with:
181+
182+
- Zero Setup (Start uploading in the next few minutes!)
183+
- Pre-Integrated Storage (All you need is an Upload API key)
184+
- Fast File Hosting (300-Point CDN)
185+
- Powerful Rules Engine (Rate Limiting, Traffic Limiting, IP Blacklisting, Expiring Links, etc)
186+
- File Transformations (Image Resizing, Cropping, Optimization, etc)
187+
188+
### Can I bring my own file storage?
189+
190+
There are many file uploaders in the Open Source space that provide DIY-integration with storage backends, a.k.a. bring your own infrastructure (BYOI).
177191

178-
Please see: **[Uploader Docs](https://github.com/upload-io/uploader#%EF%B8%8F-configuration)**.
192+
Uploader's USP is to provide developers with the least amount of work possible, while remaining customizable. As such, Uploader will always be closely integrated with the Upload.io platform, and there are currently no plans to support custom backends. You may, however, sync files from your Upload.io account to a custom storage target.
179193

180194
## Contribute
181195

0 commit comments

Comments
 (0)