From 1f5ec3bf471447e6b066d25fac0fe61ef0900681 Mon Sep 17 00:00:00 2001 From: Joey Cody Date: Tue, 30 Jul 2024 17:51:28 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecbccd5..d4db2af 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Installation Jekyll should then serve the app locally at [http://127.0.0.1:4000/jekyllmap/](http://127.0.0.1:4000/jekyllmap/) (configurable in [`_config.yml`](/_config.yml)). -Note the site is built and served from the [`_site`](/_site/) directory. To make any changes, look at the [`_layouts/`](/_layouts/), [`_includes/`](/_includes/) directories and [`_config.yml`](/_config.yml). All changes will be reflected into a newly built `_site/` static set of HTML pages. +Note: site is served from a `_site/` directory after Jekyll builds. To make any changes, look at the [`_layouts/`](/_layouts/), [`_includes/`](/_includes/) directories and [`_config.yml`](/_config.yml). All changes will be reflected into a newly built `_site/` static set of HTML pages. Adding Locations -----------------