From 119074474e7abaf214db88558143ee321c93eaa0 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Wed, 28 Dec 2022 14:58:38 -0500 Subject: Update description (#57) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fa5b85a..9327962 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a static site generated and enabled using GatsbyJS. All sources includin ## History -This was originally a purely static site (no JS/TS) that has morphed to permit use of newer technologies and integrations and for ease of updating. There are no server integrations outside of serving static assets. At present, this site does not make use of any scripting features to enable any actual front-end features, though the components are built in ReactJS and compiled using the GatsbyJS framework. +This was originally a purely static site (no JS/TS) that has morphed to permit use of newer technologies and integrations for the ease of updating. There are no server integrations outside of serving static assets. At present, this site does not make use of any scripting features to enable any actual front-end features. The components are built in ReactJS and compiled using the GatsbyJS framework. ## License -- cgit