diff --git a/README.md b/README.md index 2409acd..db0516b 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ mdx-deck includes a built-in presenter mode, with a preview of the next slide an To use presenter mode: - Open two windows in the same browser, with the same URL on two different screens. (this should work in both development and exported presentations) -- In your window press the `Option + P` (`Alt + P`) key to enter presenter mode. +- In your window press the `Option + P` (`Alt + P`) key or add `?mode=presenter` to the URL to enter presenter mode. - Display the other window on the screen for the audience to see. - Control the presentation from your window by using the left and right arrow keys; the other window should stay in sync @@ -257,7 +257,7 @@ import { Notes } from 'mdx-deck' ![Overview Mode](docs/images/overview-mode.png) -When editing a slide deck, toggle overview mode with `Option + O`. +When editing a slide deck, toggle overview mode with `Option + O` or add `?mode=overview` to the URL. This shows a list of all slides on the left and a preview of the current slide on the right. ## Keyboard Shortcuts