From 4c5866dc0f26a4b00b6063852d56721c7efd0cd9 Mon Sep 17 00:00:00 2001 From: Bruce Arctor <5032356+brucearctor@users.noreply.github.com> Date: Wed, 9 Feb 2022 10:41:38 -0800 Subject: [PATCH] fix spelling of repo name --- 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/`