Skip to content

Commit b42fde6

Browse files
authored
Fixed incorrect link to axios instead of @dropzone-ui/react
1 parent d23cfac commit b42fde6

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
@@ -81,7 +81,7 @@ Want to generate the code that fits your needs? Just interact with the code gene
8181

8282
## Installation
8383

84-
@dropzone-ui/react is available as an [npm package](https://www.npmjs.com/package/axios).
84+
@dropzone-ui/react is available as an [npm package](https://www.npmjs.com/package/@dropzone-ui/react).
8585

8686
For uploading files, peer dependency [axios](https://www.npmjs.com/package/axios) must be also installed together with `dropzone-ui`.
8787

@@ -139,7 +139,7 @@ Yes, it's really all you need to get started as you can see in these live and in
139139
# Uploading
140140

141141
Dropzone-ui provides a way to upload files to a server. However, in case you want to make your own upload function, you can take the files that Dropzone `onChange` event returns.
142-
142+
143143
For uploading files through dropzone-ui, you should follow at least this guidelines:
144144

145145
- Server Endpoint should get the file from `req.files.file`.

0 commit comments

Comments
 (0)