Skip to content

Commit 2ea7781

Browse files
committed
docs(readme): update the available templates
1 parent 6b80741 commit 2ea7781

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository contains templates for bootstrapping a Rust
44
[TUI](https://en.wikipedia.org/wiki/Text-based_user_interface) application with
5-
[`Ratatui`](https://github.com/ratatui/ratatui) &
5+
[`Ratatui`](https://github.com/ratatui/ratatui) and
66
[`crossterm`](https://github.com/crossterm-rs/crossterm).
77

88
## Getting Started
@@ -21,9 +21,10 @@ This repository contains templates for bootstrapping a Rust
2121

2222
3. Choose one of the following templates:
2323

24-
- [Simple](./simple/README.md)
25-
- [Simple Async](./simple-async/README.md)
26-
- [Component](./component/README.md)
24+
- [Hello World](./hello-world/README.md): A "Hello, World!" example.
25+
- [Simple](./simple/README.md) | [Simple Async](./simple-async/README.md): A simple example.
26+
- [Event Driven](./event-driven/README.md) | [Event Driven Async](./event-driven-async/README.md): An example of an event-driven TUI application.
27+
- [Component](./component/README.md): An example of a component-based TUI application.
2728

2829
## Contributing
2930

0 commit comments

Comments
 (0)