diff --git a/website/src/docs/uppy.md b/website/src/docs/uppy.md index a67d11bea..4fefc3bbe 100644 --- a/website/src/docs/uppy.md +++ b/website/src/docs/uppy.md @@ -16,6 +16,8 @@ const uppy = Uppy() ## Installation +Install from NPM: + ```shell npm install @uppy/core ``` @@ -28,6 +30,8 @@ const Core = Uppy.Core ## Options +The Uppy core module has the following configurable options: + ```js const uppy = Uppy({ id: 'uppy',