From 808cedff91a1ee8b51f95e9a36a8d89c66c1e9f3 Mon Sep 17 00:00:00 2001 From: Michael Edelstone Date: Sun, 15 Sep 2024 06:38:59 -0500 Subject: [PATCH] updates about page --- README.md | 2 +- src/about.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a03fc07..2abb1ed 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ _Prerequisites: Node.js 14+_ 4. Start the server: `npm run start`. 5. Navigate to `localhost:8080` in your browser. -Merges and pushes to the `main` branch automatically trigger a build on the `gh-pages` branch, which deploys to GitHub Pages. +Merges and pushes to `main` automatically trigger a build on the `gh-pages` branch, which deploys to GitHub Pages. ## Support this project diff --git a/src/about.njk b/src/about.njk index 716e9f4..865d380 100644 --- a/src/about.njk +++ b/src/about.njk @@ -75,7 +75,7 @@ docs: true
  • Navigate to localhost:8080 in your browser.
  • -

    Merges and pushes to the main branch automatically trigger a build on the gh-pages branch, which deploys to GitHub Pages.

    +

    Merges and pushes to main automatically trigger a build on the gh-pages branch, which deploys to GitHub Pages.

    Support this project