1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 20:51:20 +02:00

Update 01-installing-slate.md (#3554)

This commit is contained in:
Ken Aoki
2020-03-25 10:12:06 +09:00
committed by GitHub
parent 16ff44d056
commit 5da89b8656

View File

@@ -12,7 +12,7 @@ You'll also need to be sure to install Slate's peer dependencies:
yarn add react react-dom
```
_Note, if you'd rather use a pre-bundled version of Slate, you can `yarn add slate` and retrieve the bundled `dist/slate.js` file! Check out the [Using the Bundled Source](./using-the-bundled-source.md) guide for more information._
_Note, if you'd rather use a pre-bundled version of Slate, you can `yarn add slate` and retrieve the bundled `dist/slate.js` file! Check out the [Using the Bundled Source](./XX-using-the-bundled-source.md) guide for more information._
Once you've installed Slate, you'll need to import it.