1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Fix usage documentation

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1734
This commit is contained in:
Raymond Hill 2021-09-25 07:47:40 -04:00
parent 20564ccaf5
commit 6d21bd4af9
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -37,7 +37,7 @@ import { StaticNetFilteringEngine } from '@gorhill/ubo-core';
If you must import as a NodeJS module:
```js
const { StaticNetFilteringEngine } await import from '@gorhill/ubo-core';
const { StaticNetFilteringEngine } = await import('@gorhill/ubo-core');
```