Skip to content

Commit aa920db

Browse files
authored
chore(README): add a single line description about Web IDL with a link (#504)
* chore(README): add a single line description about Web IDL with a link This replaces the previous dismissive language and thus tries being more inclusive. Closes #502 * Update README.md
1 parent 5acb996 commit aa920db

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
@@ -6,10 +6,9 @@
66

77
## Purpose
88

9-
This is a parser for the [Web IDL](https://heycam.github.io/webidl/) language. If
10-
you don't know what that is, then you probably don't need it. It is meant to be used
11-
both in Node and in the browser (the parser likely works in other JS environments, but
12-
not the test suite).
9+
This is a parser for [Web IDL](https://heycam.github.io/webidl/), a language
10+
[to specify web APIs in interoperable way](https://heycam.github.io/webidl/#introduction).
11+
This library supports both Node.js and the browser environment.
1312

1413
## Installation
1514

0 commit comments

Comments
 (0)