mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 03:35:19 +00:00
add missing quote
This commit is contained in:
parent
21a67417aa
commit
c52be3fc0b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ $ npm install @uppy/core @uppy/locales --save
|
|||
|
||||
```js
|
||||
const Uppy = require('uppy/core')
|
||||
const Russian = require('uppy/locales/lib/ru_RU)
|
||||
const Russian = require('uppy/locales/lib/ru_RU')
|
||||
const uppy = Uppy({
|
||||
debug: true,
|
||||
meta: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue