aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-24 14:36:30 +0000
committerFuwn <[email protected]>2024-03-24 14:36:30 +0000
commitd29c999fffb5d5dcdc981c2408246836f1b563e5 (patch)
tree0c4dddeca3ae9c919f30be79dfc77e8168072c85
parentrefactor: module for blocking, default to non-blocking (diff)
downloadgerm-d29c999fffb5d5dcdc981c2408246836f1b563e5.tar.xz
germ-d29c999fffb5d5dcdc981c2408246836f1b563e5.zip
docs(readme): update feature descriptions
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 7dfc35c..8867533 100644
--- a/README.md
+++ b/README.md
@@ -39,16 +39,16 @@ features = ["ast"] # Enable the features you would like to use!
### Features
-| Feature | Description |
-| ---------- | ---------------------------------------------------------------- |
-| `default` | `ast`, `convert`, `meta`, `request` |
-| `ast` | Construct AST trees from raw Gemtext. |
-| `blocking` | Blocking equivalent of `request` |
-| `convert` | Convert from Gemtext to markup formats such as HTML or Markdown. |
-| `request` | Make Gemini requests and get sane, structured results. |
-| `meta` | Structure-ize a Gemini response's meta section |
-| `macros` | Macros to aid with various Germ-related functionalities |
-| `quick` | Quick functions to create valid Gemtext elements from input |
+| Feature | Description |
+| ---------- | --------------------------------------------------------------------- |
+| `default` | `ast`, `convert`, `meta`, `request` |
+| `ast` | Construct AST trees from raw Gemtext |
+| `blocking` | Blocking equivalent of `request` |
+| `convert` | Convert Gemtext to markup formats such as HTML or Markdown |
+| `request` | Make Gemini requests, get sane, structured results |
+| `meta` | Structure-ise a Gemini response's meta section |
+| `macros` | Macros to aid with various Germ-related functionalities |
+| `quick` | Tiny functions to create valid Gemtext elements from structured input |
### Examples