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