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/