diff --git a/packages/renderer/README.md b/packages/renderer/README.md index 1f8486cd48..650e67841e 100644 --- a/packages/renderer/README.md +++ b/packages/renderer/README.md @@ -4,14 +4,14 @@ This is the renderer used by [Joplin](https://github.com/laurent22/joplin) to re ## Installation - npm i -s joplin-renderer + npm i @joplin/renderer Certain plugins require additional assets like CSS, fonts, etc. These assets are in the `/assets` directory and should be copied to wherever the application can find them at runtime. ## Usage ```js -const { MarkupToHtml } = require('joplin-renderer'); +const { MarkupToHtml } = require('@joplin/renderer'); const options = {}; @@ -78,4 +78,4 @@ context.pluginAssets[PLUGIN_NAME] = [ mime: 'text/css', }, ]; -``` \ No newline at end of file +```