From 00ee5c3c70ed4d8863ec5b5f3dacf5d3fa9d70e5 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 20 Jul 2016 14:43:11 -0700 Subject: [PATCH] add prebundled notice to the installing guide --- docs/guides/installing-slate.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/installing-slate.md b/docs/guides/installing-slate.md index 246ab3df8..855b9126f 100644 --- a/docs/guides/installing-slate.md +++ b/docs/guides/installing-slate.md @@ -13,6 +13,8 @@ You'll also need to be sure to install Slate's peer dependencies for React: npm install react react-dom ``` +_Note, if you'd rather use a pre-bundled version of Slate, you can `npm install slate` and retrieve the bundled `dist/slate.js` file! It comes with React pre-bundled as well, so you can use it as a single file._ + Once you've install it, you'll need to import it. Slate exposes a set of modules that you'll use to build your editor. The most important of which is an `Editor` component.