Skip to content

Commit a932e22

Browse files
committed
readme: path wording and links
1 parent de70eb9 commit a932e22

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ wait for minutes or seconds to upload a large file and then receive a message th
2323
allowed.
2424
- Can include resume functionality which means an upload can be continued after a reconnection.
2525

26-
However, there is not a single RFC about chunked uploads and this caused many different implementations. The most mature
26+
However, there is not a single RFC about chunked uploads and this caused many implementations. The most mature
2727
project at the moment is [tus](https://tus.io/).
2828

2929
- [Installation](#installation)
@@ -36,11 +36,11 @@ project at the moment is [tus](https://tus.io/).
3636
- [Monolith](#monolith-driver)
3737
- [Blueimp](#blueimp-driver)
3838
- [DropzoneJS](#dropzonejs-driver)
39-
- [Flow.js](#flow-js-driver)
39+
- [Flow.js](#flowjs-driver)
4040
- [ng-file-upload](#ng-file-upload-driver)
4141
- [Plupload](#plupload-driver)
42-
- [Resumable.js](#resumable-js-driver)
43-
- [simple-uploader.js](#simple-uploader-js-driver)
42+
- [Resumable.js](#resumablejs-driver)
43+
- [simple-uploader.js](#simple-uploaderjs-driver)
4444
- [Identifiers](#identifiers)
4545
- [Session identifier](#session-identifier)
4646
- [Auth identifier](#auth-identifier)
@@ -159,11 +159,11 @@ Service | Driver name | Chunk
159159
[Monolith](#monolith-driver) | `monolith` | no | no
160160
[Blueimp](#blueimp-driver) | `blueimp` | yes | yes
161161
[DropzoneJS](#dropzonejs-driver) | `dropzone` | yes | no
162-
[Flow.js](#flow-js-driver) | `flow-js` | yes | yes
162+
[Flow.js](#flowjs-driver) | `flow-js` | yes | yes
163163
[ng-file-upload](#ng-file-upload-driver) | `ng-file-upload` | yes | no
164164
[Plupload](#plupload-driver) | `plupload` | yes | no
165-
[Resumable.js](#resumable-js-driver) | `resumable-js` | yes | yes
166-
[simple-uploader.js](#simple-uploader-js-driver) | `simple-uploader-js` | yes | yes
165+
[Resumable.js](#resumablejs-driver) | `resumable-js` | yes | yes
166+
[simple-uploader.js](#simple-uploaderjs-driver) | `simple-uploader-js` | yes | yes
167167

168168
### Monolith driver
169169

@@ -240,7 +240,7 @@ This identifier uses the client session and the original file name to create an
240240

241241
This identifier uses the id of the authenticated user and the original file name to create an identifier for the upload file.
242242

243-
It will throw `UnauthorizedException` when the user is unauthorized. However, it is still recommended to use the `auth` middleware.
243+
It will throw `UnauthorizedException` when the user is unauthorized. However, it is still recommended using the `auth` middleware.
244244

245245
### NOP identifier
246246

0 commit comments

Comments
 (0)