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