From ea2faed8c2d3cc2a13173734ceaef7987ba810d4 Mon Sep 17 00:00:00 2001 From: AJvanLoon Date: Tue, 31 Jul 2018 13:59:15 +0200 Subject: [PATCH] Install and options intro text @arturi --- website/src/docs/uppy.md | 4 ++++ 1 file changed, 4 insertions(+) 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',