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:
committed by
Ian Storm Taylor
parent
0b372dcdc4
commit
d643a7e8cd
@@ -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([
|
||||
{
|
||||
|
Reference in New Issue
Block a user