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.