Skip to content

Commit 1aee07e

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent f6b4995 commit 1aee07e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ written in _TypeScript_ and compiled for the target.
9090
* Universal serializer that converts `Bom` data models to JSON string
9191
* Specific Serializer that converts `Bom` data models to XML string:
9292
* Specific to _WebBrowsers_: implementation utilizes browser-specific document generators and printers.
93-
* Specific to _Node.js_: implementation plugs/requires/utilizes one of the following _optional_ libraries
94-
* [xmlbuilder2](https://www.npmjs.com/package/xmlbuilder2)
95-
* ... to be continued ... (pull requests are welcome)
96-
* Formal validators for JSON string and XML string (currently for _Node.js_ only)
93+
* Specific to _Node.js_: implementation plugs/requires/utilizes one of the following _optional_ libraries
94+
Requires [optional dependencies](#optional-dependencies) as described below
95+
* Formal validators for JSON string and XML string (currently for _Node.js_ only)
96+
Requires [optional dependencies](#optional-dependencies) as described below
9797

9898
## Installation
9999

@@ -125,9 +125,9 @@ See the shipped `package.json` for version constraints.
125125
* [`ajv`](https://www.npmjs.com/package/ajv)
126126
* [`ajv-formats`](https://www.npmjs.com/package/ajv-formats)
127127
* [`ajv-formats-draft2019`](https://www.npmjs.com/package/ajv-formats-draft2019)
128-
* XML validation requires all of:
129-
* [`libxmljs2`](https://www.npmjs.com/package/libxmljs2)
130-
* System must meet the requirements for [`node-gyp`](https://github.com/TooTallNate/node-gyp#installation)
128+
* XML validation on _Node.js_ requires all of:
129+
* [`libxmljs2`](https://www.npmjs.com/package/libxmljs2)
130+
and the system must meet the requirements for [`node-gyp`](https://github.com/TooTallNate/node-gyp#installation)
131131

132132
## Usage
133133

0 commit comments

Comments
 (0)