From 8ab44ed272cb57ca76bf24f6f086e9f34e57af8b Mon Sep 17 00:00:00 2001 From: Kris Szlapa Date: Wed, 31 Jan 2024 12:48:22 +0000 Subject: [PATCH] Docs: [AEA-3617] - Amend the integration guide (#6) --- .npmrc | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index bc13573..98b6397 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,3 @@ //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN} -@nhs:registry=https://npm.pkg.github.com +@NHSDigital:registry=https://npm.pkg.github.com always-auth=true diff --git a/README.md b/README.md index 7262e8e..da690a5 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ This repository encompasses the code for invoking the Spine client, designed for To integrate this into your project, install the package using the following: - command line ```bash -npm install @nhs/eps-spine-client +npm install @NHSDigital/eps-spine-client ``` - package.json ``` -"@nhs/eps-spine-client": "latest" +"@NHSDigital/eps-spine-client": "latest" ``` ## Project Structure