From 59ebb1338c4d333126cad700a30c758e0c2fbdfb Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sun, 30 Jul 2023 00:01:09 +0200 Subject: [PATCH] master -> main in README.md [ci skip] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e8e1aa..3fd74ca 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Running with Docker In `docker-compose.yml`, we have specified a `serve` target which you can run locally like this: -``` {.sourceCode .bash} +```bash docker-compose up serve ``` @@ -25,7 +25,7 @@ file an issue! Example recipe -``` {.sourceCode .bash} +```bash # Fetch .deb from Github wget https://github.com/gohugoio/hugo/releases/download/v0.80.0/hugo_extended_X.Y.Z_Linux-64bit.deb -O hugo_extended.deb @@ -45,7 +45,7 @@ hugo server Deploying the site ------------------ -Simply pushing to `master` in our main repo at +Simply pushing to `main` in our main repo at will trigger a build-and-deploy of the website.