Skip to content

Commit 2d4965b

Browse files
documentation of footer + fix typo
1 parent bf7f9fd commit 2d4965b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Reveal.js runtime assets are vendored in-repo for offline use.
1212

1313
## Run In Dev
1414

15-
From this `reveal/` directory:
15+
From this directory:
1616

1717
```bash
1818
bunx --bun serve . -p 1313
@@ -30,3 +30,7 @@ wget -q -O vendor/reveal.js/dist/reveal.js https://cdn.jsdelivr.net/npm/reveal.j
3030
wget -q -O vendor/reveal.js/plugin/markdown/markdown.js https://cdn.jsdelivr.net/npm/reveal.js@5/plugin/markdown/markdown.js
3131
wget -q -O vendor/reveal.js/plugin/highlight/highlight.js https://cdn.jsdelivr.net/npm/reveal.js@5/plugin/highlight/highlight.js
3232
```
33+
34+
# Footer Text
35+
Line 294 of `index.html` can be edited to change the footer text from `present.md` to anything else.
36+
It is there that the styling of the pagination is also handled.

0 commit comments

Comments
 (0)