fix main declaration

This commit is contained in:
2023-05-06 14:01:11 -07:00
parent 7bb0e3a072
commit 29aab733b0
2 changed files with 7 additions and 3 deletions

View File

@@ -22,8 +22,11 @@ These are the primary projects used to render various types of content:
# Update project npm config to refer to correct registry for the @doc-utils scope
echo '@doc-utils:registry=https://gitea.jbrumond.me/api/packages/doc-utils/npm/' >> ./.npmrc
# Install package
# Install package for programatic use
npm install --save @doc-utils/markdown2html
# Install globally for CLI usage
npm install --global @doc-utils/markdown2html
```