|
@@ -1,11 +1,11 @@
|
|
|
-# @uppy/xhrupload
|
|
|
+# @uppy/xhr-upload
|
|
|
|
|
|
<img src="https://uppy.io/images/logos/uppy-dog-head-arrow.svg" width="120" alt="Uppy logo: a superman puppy in a pink suit" align="right">
|
|
|
|
|
|
-<a href="https://www.npmjs.com/package/@uppy/xhrupload"><img src="https://img.shields.io/npm/v/@uppy/xhrupload.svg?style=flat-square"></a>
|
|
|
+<a href="https://www.npmjs.com/package/@uppy/xhr-upload"><img src="https://img.shields.io/npm/v/@uppy/xhr-upload.svg?style=flat-square"></a>
|
|
|
<a href="https://travis-ci.org/transloadit/uppy"><img src="https://img.shields.io/travis/transloadit/uppy/master.svg?style=flat-square" alt="Build Status"></a>
|
|
|
|
|
|
-The XHRUpload plugin handles classic XHR Uploads. If you have an exiting Apache/Nginx/Node or whatever backend, this is probably the Uppy uploader plugin you are looking for.
|
|
|
+The XHRUpload plugin handles classic XHR uploads with Uppy. If you have an exiting Apache/Nginx/Node or whatever backend, this is probably the Uppy uploader plugin you are looking for.
|
|
|
|
|
|
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.
|
|
|
|
|
@@ -13,7 +13,7 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
|
|
|
|
|
|
```js
|
|
|
const Uppy = require('@uppy/core')
|
|
|
-const XHRUpload = require('@uppy/xhrupload')
|
|
|
+const XHRUpload = require('@uppy/xhr-upload')
|
|
|
|
|
|
const uppy = Uppy()
|
|
|
uppy.use(Uppy, {
|
|
@@ -24,7 +24,7 @@ uppy.use(Uppy, {
|
|
|
## Installation
|
|
|
|
|
|
```bash
|
|
|
-$ npm install @uppy/xhrupload --save
|
|
|
+$ npm install @uppy/xhr-upload --save
|
|
|
```
|
|
|
|
|
|
We recommend installing from npm and then using a module bundler such as [Webpack](http://webpack.github.io/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).
|
|
@@ -33,7 +33,7 @@ Alternatively, you can also use this plugin in a pre-built bundle from Transload
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
-Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/xhrupload).
|
|
|
+Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/xhr-upload).
|
|
|
|
|
|
## License
|
|
|
|