From 3f97b251f6bf93222724dbb536b5974a563552bf Mon Sep 17 00:00:00 2001
From: Owen Graham <ohgraham1@madisoncollege.edu>
Date: Wed, 15 Jun 2022 13:22:44 -0500
Subject: [PATCH] Change "synthesis" to "embed" in README

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 9487a0c..4533701 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-# AMRDC Data Visualizer Synthesis
+# AMRDC Data Visualizer Embed
 
 Continued development of the [`amrdcdata-visualizer`][original-repo] web
 app by Matthew Noojin.
 
-Demonstration: https://amrc.ssec.wisc.edu/ograham/visualizer-synthesis/
+Demonstration: https://amrc.ssec.wisc.edu/ograham/visualizer-embed/
 
 [original-repo]: https://github.com/mnooj/amrdcdata-visualizer
 
@@ -19,7 +19,7 @@ Demonstration: https://amrc.ssec.wisc.edu/ograham/visualizer-synthesis/
 Clone this repository to a directory outside of the Apache document
 root.
 
-> On `amrc`, it's cloned to `~ograham/visualizer-synthesis/`.
+> On `amrc`, it's cloned to `~ograham/visualizer-embed/`.
 
 #### Install virtual environment
 
@@ -39,9 +39,9 @@ to the `htdocs` directory in this repository.
 The Apache configuration will have to allow such links outside of the
 document root, as well as all rules in `htdocs/.htaccess`.
 
-> On `amrc`, the web path is `/ograham/visualizer-synthesis/` and the
+> On `amrc`, the web path is `/ograham/visualizer-embed/` and the
 > document root is `/data/web/amrc/htdocs`, so the linking command is
-> `ln -sT ~ograham/visualizer-synthesis/htdocs /data/web/amrc/htdocs/ograham/visualizer-synthesis`.
+> `ln -sT ~ograham/visualizer-embed/htdocs /data/web/amrc/htdocs/ograham/visualizer-embed`.
 
 
 ### As a Heroku app
-- 
GitLab