Fix start number

This commit is contained in:
dannyrb 2019-04-28 12:58:25 -04:00
parent c1f7e0ef65
commit 0b8626496b

View File

@ -75,7 +75,7 @@ var props = {
}
```
<ol start="3"><li>
<ol start="5"><li>
Render the viewer in the web page's target <code>div</code>
</li></ol>