mirror of https://github.com/gorhill/uBlock.git
Fix usage documentation
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1734
This commit is contained in:
parent
20564ccaf5
commit
6d21bd4af9
|
@ -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');
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue