Skip to content

Commit 8506463

Browse files
committed
Release 1.0.0
1 parent 5df2930 commit 8506463

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</a>
55
</h1>
66

7-
<p align="center"><b>React File Upload Component</b><br/> (React Wrapper for <a href="https://upload.io/uploader">Uploader</a>)</p>
7+
<p align="center"><b>React File Upload Component for <a href="https://upload.io/">Upload.io</a></b><br/> (React Wrapper for <a href="https://upload.io/uploader">Uploader</a>)</p>
88
<br/>
99
<p align="center">
1010
<a href="https://github.com/upload-io/uploader/">
@@ -40,6 +40,7 @@
4040

4141
# Quick Start
4242

43+
To create a file upload button:
4344

4445
```shell
4546
npm install react-uploader
@@ -104,7 +105,7 @@ const uploader = new Uploader({
104105

105106
`react-uploader` provides two UI components:
106107

107-
### Option 1: Creating a File Upload Button
108+
### Option 1) Creating a File Upload Button
108109

109110
```javascript
110111
// Ignore if installed via a script tag.
@@ -121,7 +122,7 @@ const { UploadButton } = require("react-uploader");
121122
</UploadButton>
122123
```
123124

124-
### Option 2: Creating a Dropzone
125+
### Option 2) Creating a Dropzone
125126

126127
```javascript
127128
// Ignore if installed via a script tag.

0 commit comments

Comments
 (0)