Skip to content

Commit dcb29af

Browse files
committed
Revise README on implementing expression language
1 parent e6c7ce0 commit dcb29af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The bulk of the SPDX standard describes syntax and semantics of XML metadata fil
6262
})
6363
```
6464

65-
2. The license expression language, for describing simple and complex license terms, like `MIT` for MIT-licensed and `(GPL-2.0 OR Apache-2.0)` for dual-licensing under GPL 2.0 and Apache 2.0. This package implements the license expression language.
65+
2. The license expression language, for describing simple and complex license terms, like `MIT` for MIT-licensed and `(GPL-2.0 OR Apache-2.0)` for dual-licensing under GPL 2.0 and Apache 2.0. `spdx-expression-parse` itself implements license expression language, exporting a parser.
6666

6767
```javascript
6868
assert.deepEqual(

0 commit comments

Comments
 (0)