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.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
# usfm2html
|
|
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
|
|
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
|
|
11
|
+
npm install -g usfm2html
|
|
12
12
|
|
|
13
13
|
# pnpm
|
|
14
|
-
pnpm add -g usfm2html
|
|
14
|
+
pnpm add -g usfm2html
|
|
15
15
|
|
|
16
16
|
# yarn
|
|
17
|
-
yarn global add usfm2html
|
|
17
|
+
yarn global add usfm2html
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## Usage
|