From ad3bb1feee75a98f2928402330294b463ba21e6b Mon Sep 17 00:00:00 2001 From: Amos Machora Date: Thu, 31 Oct 2024 16:16:43 +0300 Subject: [PATCH] chore: update read me to add dependency notice (#89) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 975c5730..e4071d67 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,6 @@ Once it is running, a browser window should open with O3 running. Log in and the ```sh yarn run test ``` + +# ⚠️ Important Notice: Dependency +As of this [PR](https://github.com/openmrs/openmrs-esm-laboratory-app/pull/87) some features of the `@openmrs/esm-laboratory-app` are dependent on `@openmrs/esm-patient-lab-order` package. Please keep that in mind as you are implementing the module. \ No newline at end of file