From 500c895f6b9528f8bfda9ca1783cb8f18c76407b Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 7 Aug 2021 11:38:22 -0400 Subject: [PATCH] update npm README --- platform/nodejs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/nodejs/README.md b/platform/nodejs/README.md index 30502c9a4..6f4165d7a 100644 --- a/platform/nodejs/README.md +++ b/platform/nodejs/README.md @@ -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();