From ecb4daff092a63ff328d5193cdad17a3a9b3e422 Mon Sep 17 00:00:00 2001 From: Sander Prins <73616e646572@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:54:55 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a899225..f5d71b2 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,15 @@ Presentation and relevant material. Visit on https://centrefordigitalhumanities.github.io/hello-kubernetes-world/ ## How to get this presentation site up and running -Basic HTML and Git knowledge is required. +Basic HTML and GIT knowledge is required. - Create a new repository on GitHub - Clone it on locally -- Download the latest reveal.js version https://github.com/hakimel/reveal.js/archive/master.zip +- Download the latest `reveal.js` version https://github.com/hakimel/reveal.js/archive/master.zip - Unzip and move the contents on the new repository folder - Open `index.html` in a browser to view it, edit as you will - Create a git commit and push it to the remote repository -- Activate Github Pages for this repository and serve from `main` branch +- Activate GitHub Pages for this repository and serve from `main` branch -References: -- https://revealjs.com/installation/#basic-setup . +### References +- https://revealjs.com/installation/#basic-setup - https://stackoverflow.com/questions/31163633/how-to-host-a-reveal-js-presentation/