diff --git a/README.md b/README.md index 87ab1d3..bbdd3c1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ This repository contains the code to invoke the Spine client, utilised in and the Prescription Tracker application. +### Versions + +This project has a dependency on @aws-lambda-powertools/logger. +If you are using @aws-lambda-powertools/logger in your project, and you are using version 1.x of @aws-lambda-powertools/logger, then you must use version 1.x of this module. +If you are using @aws-lambda-powertools/logger in your project, and you are using version 2.x of @aws-lambda-powertools/logger, then you must use version 2.x of this module. + ### Usage To integrate this into your project, install the package using the following: @@ -22,7 +28,7 @@ npm install @NHSDigital/eps-spine-client - package.json ``` -"@NHSDigital/eps-spine-client": "^1.0.0" +"@NHSDigital/eps-spine-client": "^2.0.0" ``` ## Project Structure