From bdcde05d9e601c365bc2726b3398435fc27f9228 Mon Sep 17 00:00:00 2001 From: Christopher King Date: Sun, 21 Aug 2022 11:17:28 -0600 Subject: [PATCH] Updated README with install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b794fc..804504c 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ This is a [Node.js](https://nodejs.org/en/) module available through the [`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): ```sh -$ npm install h3-csrf -``` \ No newline at end of file +$ npm install @chmking/h3-csrf +```