From 7d54dbf6d35f008c41b7145dd45cd5c4f14ee080 Mon Sep 17 00:00:00 2001 From: Casey Olson Date: Mon, 20 Nov 2023 19:54:13 -0600 Subject: [PATCH] update to settings.js in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2efe6c3..5cfe3b0 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,6 @@ npm start npm run build ``` -Navigate to `src/data/site.js` and edit to match your site's information. +Navigate to `src/data/settings.js` and edit to match your site's information. Start writing new blog posts in Markdown at `src/pages/blog/`