1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-02 23:57:10 +02:00

update npm README

This commit is contained in:
Raymond Hill 2021-08-07 11:38:22 -04:00
parent 1a7f74aec9
commit 500c895f6b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -5,7 +5,7 @@ no external dependencies.
## Installation
Install: `npm install --save @gorhill/ubo-core`
Install: `npm install @gorhill/ubo-core`
This is a very early version and the API is subject to change at any time.
@ -62,7 +62,7 @@ const snfe = await useRawLists([
`useRawLists()` returns a reference to the SNFE, which you can use later to
match network requests. First we need a filtering context instance, which is
required as an argument to match networkrequests:
required as an argument to match network requests:
```js
const fctxt = new FilteringContext();