Skip to content

Commit

Permalink
Add sonarcloud badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-szlapa committed Feb 1, 2024
1 parent ed235ad commit 6cbd8fb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NHS EPS Spine Client

![Build](https://github.com/NHSDigital/nhs-eps-spine-client/workflows/release/badge.svg?branch=main)
[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=NHSDigital_nhs-fhir-middy-error-handler)](https://sonarcloud.io/summary/new_code?id=NHSDigital_nhs-fhir-middy-error-handler)

This repository contains the code to invoke the Spine client, utilised in <https://github.com/NHSDigital/prescriptionsforpatients>

Expand All @@ -11,11 +11,15 @@ This repository encompasses the code for invoking the Spine client, designed for
### Usage

To integrate this into your project, install the package using the following:
- command line

- command line

```bash
npm install @NHSDigital/eps-spine-client
```
- package.json

- package.json

```
"@NHSDigital/eps-spine-client": "latest"
```
Expand Down

0 comments on commit 6cbd8fb

Please sign in to comment.