web-features 1.1.0 → 1.2.0

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 CHANGED
@@ -9,14 +9,14 @@ npm install web-features
9
9
  ```
10
10
 
11
11
  ```js
12
- import { features, groups, snapshots } from "web-features";
12
+ import { browsers, features, groups, snapshots } from "web-features";
13
13
  ```
14
14
 
15
15
  Or, without Node.js:
16
16
 
17
17
  ```js
18
18
  import data from "web-features/data.json" with { type: "json" };
19
- const { features, groups, snapshots } = data;
19
+ const { browsers, features, groups, snapshots } = data;
20
20
  ```
21
21
 
22
22
  To import the JSON schema with or without Node.js: