diff options
| author | Fuwn <[email protected]> | 2025-06-04 10:28:20 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-04 10:28:20 +0000 |
| commit | 8465c4fe4be77a17b659aaef0caee1138b46ea80 (patch) | |
| tree | b3afd365d283f3c3d3ae8ffc76b490601527de0c | |
| parent | chore(rustfmt): Remove unused license template (diff) | |
| download | germ-8465c4fe4be77a17b659aaef0caee1138b46ea80.tar.xz germ-8465c4fe4be77a17b659aaef0caee1138b46ea80.zip | |
docs(README): Add example usage of example just task
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ features = ["ast"] # Enable the features you would like to use! Thoroughly commented examples can be found within the [`examples/`](https://github.com/gemrest/germ/tree/main/examples) directory. +Examples can be run by name using the example just task. +(e.g., `just example ast_to_gemtext`) + ## License This project is licensed with the |