From d5ee29a8b262a3569d0d8ce794dfa08b5e5dddec Mon Sep 17 00:00:00 2001 From: Sudev Ambadi Date: Tue, 9 Mar 2021 14:43:51 +0530 Subject: [PATCH] corrected repository name in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39b9be2..f5fc6dc 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ cd ~/git Then, clone this repo using ``` -git clone https://github.com/google/fhir-example.git -cd fhir-example +git clone https://github.com/google/fhir-examples.git +cd fhir-examples ``` Next, we’ll generate a synthetic FHIR JSON dataset, using [Synthea](https://github.com/synthetichealth/synthea), via the `generate-synthea.sh` script. We’ll need a workspace directory for this dataset - here we’ll use `~/fhirdata/`