fix readme formatting

This commit is contained in:
Kevin Jahns 2020-08-08 02:43:03 +02:00
parent ce3b0f3043
commit 6a9f853d12

View File

@ -571,7 +571,7 @@ triggers a single change event. <br>You can specify an optional <code>origin</co
parameter that is stored on <code>transaction.origin</code> and
<code>on('update', (update, origin) => ..)</code>.
</dd>
<b><code>toJSON():any</code><b>
<b><code>toJSON():any</code></b>
<dd>
Converts the entire document into a js object, recursively traversing each yjs type.
</dd>