Skip to content

Commit ba0e2b5

Browse files
committed
docs: add a note about the experimental state
1 parent 2415054 commit ba0e2b5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tui-markdown and Markdown-Reader
22

3-
A Ratatui library and TUI app for rendering Markdown
3+
An experimental Proof of Concept Ratatui library and TUI app for rendering Markdown
44

55
- [Tui-markdown README](./tui-markdown/README.md)
66
- [Markdown-reader README](./markdown-reader/README.md)

markdown-reader/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99
[GitHub Repository] · [Changelog] · [Contributing]
1010

11-
A simple markdown reader that uses [Ratatui] to render markdown files. The primary purpose of this
12-
crate is to test the [tui-markdown] crate.
11+
An experimental Proof of Concept markdown reader that uses [Ratatui] to render markdown files. The
12+
primary purpose of this crate is to test the [tui-markdown] crate. It is not ready for any sort of
13+
real world use.
1314

1415
![Made with VHS](https://vhs.charm.sh/vhs-6Ur5mxqdVTizZxiAmgIjAE.gif)
1516

tui-markdown/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Tui-markdown
22

3-
A library for converting markdown content to a [Ratatui] `Text` value. See [Markdown-reader] for an
4-
example application that uses this library.
3+
An experimental Proof of Concept library for converting markdown content to a [Ratatui] `Text`
4+
value. See [Markdown-reader] for an example application that uses this library.
55

66
[![Crate badge]][tui-markdown]
77
[![Docs.rs Badge]][API Docs]

0 commit comments

Comments
 (0)