Skip to content

Commit c630a76

Browse files
committed
docs(readme): update hot reloading section to mention latest changes
1 parent 3ccdb83 commit c630a76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A terminal-based presentation tool that creates beautiful presentations from mar
2727
- Swipe left/right
2828
- Slide up/down
2929
- Flip effects
30-
- **Hot reload**: Live reloading of presentation files during editing with the `-w` flag
30+
- **Hot reload**: Live reloading of presentation files during editing by default
3131
- **Customizable styling**: Configure borders, colors, and layouts via YAML front matter
3232
- **Theme support**: Choose from built-in Glamour themes or load custom JSON theme files
3333
- **Flexible layouts**: Center, align, and position content with various layout options
@@ -57,8 +57,8 @@ go build -o kyma
5757
# Display a presentation
5858
kyma presentation.md
5959

60-
# Watch for changes and auto-reload
61-
kyma -w presentation.md
60+
# Display a presentation without hot reloading
61+
kyma presentation.md -s
6262

6363
# Show version
6464
kyma version

0 commit comments

Comments
 (0)