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

Fix typo in Installing Slate doc (#79)

This commit is contained in:
Mark Bao
2016-07-13 19:28:12 -07:00
committed by Ian Storm Taylor
parent 0b372dcdc4
commit d643a7e8cd

View File

@@ -54,7 +54,7 @@ And now that we've our initial state, we define our `App` and pass it into Slate
```js
// Import React!
import React from 'react'
import { Editor, Raw } from 'state'
import { Editor, Raw } from 'slate'
const initialState = Raw.deserialize([
{