mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 17:15:33 +00:00
update readme
This commit is contained in:
parent
be813cf643
commit
dc9e6a14dc
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -121,4 +121,12 @@ match Quote::from("> Quote") {
|
||||||
Some(quote) => assert_eq!(quote.value, "Quote"),
|
Some(quote) => assert_eq!(quote.value, "Quote"),
|
||||||
None => assert!(false),
|
None => assert!(false),
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Integrations
|
||||||
|
|
||||||
|
* [Yoda](https://github.com/YGGverse/Yoda) - Browser for Gemini Protocol
|
||||||
|
|
||||||
|
## See also
|
||||||
|
|
||||||
|
* [ggemini](https://github.com/YGGverse/ggemini) - Glib-oriented client for Gemini Protocol
|
||||||
Loading…
Add table
Add a link
Reference in a new issue