1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-03-07 14:30:04 +01:00

update installing slate guide to omit ranges

This commit is contained in:
Ian Storm Taylor 2016-07-21 16:42:24 -07:00
parent 6993b0c666
commit d4433b8ec3

@ -41,11 +41,7 @@ const initialState = Raw.deserialize({
nodes: [
{
kind: 'text',
ranges: [
{
text: 'A line of text in a paragraph.'
}
]
text: 'A line of text in a paragraph.'
}
]
}
@ -67,11 +63,7 @@ const initialState = Raw.deserialize([
nodes: [
{
kind: 'text',
ranges: [
{
text: 'A line of text in a paragraph.'
}
]
text: 'A line of text in a paragraph.'
}
]
}