enVolt/prosemirror-to-html

Require is incorrect in documentation

patrickcorrigan opened this issue · 1 comments

It should be
const Renderer = require("prosemirror-to-html-js").Renderer;

not

const Renderer = require("prosemirror-to-html").Renderer;

Can you share a PR for the same