Skip to content

Commit 98f55b5

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 43254de commit 98f55b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,17 @@ yarn add @cyclonedx/cyclonedx-library@github:CycloneDX/cyclonedx-javascript-libr
122122

123123
## Optional Peer Dependencies
124124

125-
Some peer dependencies are optional.
126-
See the shipped `package.json` for version constraints.
125+
Some features require optional peer dependencies — see `package.json` for version details.
127126

128127
* Serialization to XML on _Node.js_ requires any of:
129128
* [`xmlbuilder2`](https://www.npmjs.com/package/xmlbuilder2)
130129
* Validation of JSON on _Node.js_ requires all of:
131130
* [`ajv`](https://www.npmjs.com/package/ajv)
132131
* [`ajv-formats`](https://www.npmjs.com/package/ajv-formats)
133132
* [`ajv-formats-draft2019`](https://www.npmjs.com/package/ajv-formats-draft2019)
134-
* Validation of XML on _Node.js_ requires all of:
133+
* Validation of XML on _Node.js_ requires any of:
135134
* [`libxmljs2`](https://www.npmjs.com/package/libxmljs2)
136-
* the system might need to meet the requirements for [`node-gyp`](https://github.com/TooTallNate/node-gyp#installation), in certain cases.
135+
* the system might need to meet the requirements for [`node-gyp`](https://github.com/TooTallNate/node-gyp#installation), in certain cases.
137136

138137
## Usage
139138

0 commit comments

Comments
 (0)