|
@@ -63,7 +63,7 @@ $ npm install uppy --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/).
|
|
|
|
|
|
-Add CSS [uppy.min.css](https://transloadit.edgly.net/releases/uppy/v0.25.2/dist/uppy.min.css), either to `<head>` of your HTML page or include in JS, if your bundler of choice supports it — transforms and plugins are available for Browserify and Webpack.
|
|
|
+Add CSS [uppy.min.css](https://transloadit.edgly.net/releases/uppy/v0.25.3/dist/uppy.min.css), either to `<head>` of your HTML page or include in JS, if your bundler of choice supports it — transforms and plugins are available for Browserify and Webpack.
|
|
|
|
|
|
Alternatively, you can also use a pre-built bundle from Transloadit's CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object.
|
|
|
|
|
@@ -72,12 +72,12 @@ Alternatively, you can also use a pre-built bundle from Transloadit's CDN: Edgly
|
|
|
1\. Add a script to the bottom of `<body>`:
|
|
|
|
|
|
``` html
|
|
|
-<script src="https://transloadit.edgly.net/releases/uppy/v0.25.2/dist/uppy.min.js"></script>
|
|
|
+<script src="https://transloadit.edgly.net/releases/uppy/v0.25.3/dist/uppy.min.js"></script>
|
|
|
```
|
|
|
|
|
|
2\. Add CSS to `<head>`:
|
|
|
``` html
|
|
|
-<link href="https://transloadit.edgly.net/releases/uppy/v0.25.2/dist/uppy.min.css" rel="stylesheet">
|
|
|
+<link href="https://transloadit.edgly.net/releases/uppy/v0.25.3/dist/uppy.min.css" rel="stylesheet">
|
|
|
```
|
|
|
|
|
|
3\. Initialize:
|