From 321bfade524918d9b4c84d157f8192e2c94ccea5 Mon Sep 17 00:00:00 2001 From: Dixon Whitmire Date: Fri, 12 Aug 2022 15:18:35 -0400 Subject: [PATCH] addressing typo in README and testing GitHub Actions Signed-off-by: Dixon Whitmire --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f77de7..dc763a6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Loads CSV records from file, and maps them to FHIR resources. ```shell # clone the repo -git clone https://github.com/LinuxForHealth/csv2hir +git clone https://github.com/LinuxForHealth/CsvToFHIR.git cd csvtofhir # create virtual environment and create an "editable" install