Typos and small fixes

This commit is contained in:
Artur Paikin 2018-03-13 19:31:54 -04:00
parent 5b45635e9e
commit 1eecba0ee0
2 changed files with 3 additions and 1 deletions

View file

@ -35,3 +35,5 @@ if ('serviceWorker' in navigator) {
})
}
```
Voila, thats it. Happy retrieving!

View file

@ -31,7 +31,7 @@ uppy.on('complete', (result) => {
Drag and Drop, Webcam, basic file manipulation (adding metadata), uploading via tus resumable uploads or XHR/Multipart is all possible using just the uppy client module.
Adding [Uppy Server](/docs/server/) to the mix enables remote sources such as Instagram, Google Drive, Dropbox, and direct urls. Uploads from remote sources are handled server-to-server, so a 5 GB video wont be eating into your mobile data plan. Files are removed from Uppy Server after an upload is complete, or after a reasonable timeout. Access tokens also dont stick around for long, for security reasons.
Adding [Uppy Server](/docs/server/) to the mix enables remote sources such as Instagram, Google Drive, Dropbox, and remote urls. Uploads from remote sources are handled server-to-server, so a 5 GB video wont be eating into your mobile data plan. Files are removed from Uppy Server after an upload is complete, or after a reasonable timeout. Access tokens also dont stick around for long, for security reasons.
## Installation