From 1dcad4725a8c5bca5a7b0cf6f4e23e91b13107ed Mon Sep 17 00:00:00 2001 From: Zeke Bickham <98800270+zbickham@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:38:26 -0500 Subject: [PATCH] Update README.md (#489) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff226fcb..62a9b5c7 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ It's pretty basic right now, but it's designed with a easily extensible core aro # Getting Started There are 2 flavors of Fasten: -- `ghcr.io/fastenhealth/fasten-onprem:sandbox` - This version only allows you to connect to a handful of Healthcare providers, using Sandbox accounts that are meant for testing, and contain synthetic(fake) data to give you an idea what Fasten will look like, without requiring personal medical information. +- `ghcr.io/fastenhealth/fasten-onprem:sandbox` - This version only allows you to connect to a handful of Healthcare providers, using Sandbox accounts that are meant for testing, and contain synthetic (fake) data to give you an idea what Fasten will look like, without requiring personal medical information. - `ghcr.io/fastenhealth/fasten-onprem:main` - This version allows you to connect to 25,000+ different Healthcare providers, using your existing accounts. It will allow you to connect and retrieve your personal electronic medical record and store it within Fasten. **Be careful, this is YOUR health data** ## Instructions