Skip to content

Commit

Permalink
Docs: [AEA-3617] - Amend the integration guide (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-szlapa authored Jan 31, 2024
1 parent e105bf2 commit 8ab44ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ab44ed

Please sign in to comment.