usfm2html 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,20 +1,20 @@
1
- # usfm2html-cli
1
+ # usfm2html
2
2
 
3
3
  Convert USFM to HTML using Proskomma and Sofria renderers.
4
4
 
5
- Repository: `https://github.com/unfoldingWord/node-usfm2html-cli`
5
+ Repository: `https://github.com/unfoldingWord/node-usfm2html`
6
6
 
7
7
  ## Install
8
8
 
9
9
  ```
10
10
  # npm
11
- npm install -g usfm2html-cli
11
+ npm install -g usfm2html
12
12
 
13
13
  # pnpm
14
- pnpm add -g usfm2html-cli
14
+ pnpm add -g usfm2html
15
15
 
16
16
  # yarn
17
- yarn global add usfm2html-cli
17
+ yarn global add usfm2html
18
18
  ```
19
19
 
20
20
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "usfm2html",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=18",