diff --git a/README.md b/README.md index 040b2e841..7a7497727 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,15 @@ Check out [uppy.io](http://uppy.io/) for docs, API, examples and stats. ### Installing from NPM -``` bash +```sh $ npm install uppy --save ``` Bundle with Browserify or Webpack: -``` javascript +```js import Uppy from 'uppy/lib/core' -import DnD from 'uppy/lib/plugins/DragDrop' +import DragDrop from 'uppy/lib/plugins/DragDrop' import Tus10 from 'uppy/lib/plugins/Tus10' const uppy = Uppy() @@ -63,18 +63,18 @@ But if you like, you can also use a pre-built bundle, for example from [unpkg CD 1\. Add a script to your the bottom of your HTML’s `
`: -``` html +```html ``` 2\. Add CSS to your HTML’s ``: -``` html +```html ``` 3\. Initialize: -``` javascript +```js