From 638acfc860f4e310203127e6ababbf02ddd445d7 Mon Sep 17 00:00:00 2001 From: Izuru Yakumo Date: Tue, 12 Dec 2023 11:16:01 -0300 Subject: [PATCH] Update README Signed-off-by: Izuru Yakumo --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b89dca..97b7c51 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,13 @@ subdiretory. Everything the extensions prints to [stdout](https://man.freebsd.org/cgi/man.cgi?fd) becomes the value of the placeholder. -Every variable from the content header will be passed via environment variables like `title` becomes `$AYA\_TITLE` and so on. +Every variable from the content header will be passed via environment variables like `title` becomes `$AYA_TITLE` and so on. There are some special variables: * `$AYA` - a path to the `aya` executable -* `$AYA\_OUTDIR` - a path to the directory with generated files -* `$AYA\_FILE` - a path to the currently processed markdown file -* `$AYA\_URL` - a URL for the currently generated page +* `$AYA_OUTDIR` - a path to the directory with generated files +* `$AYA_FILE` - a path to the currently processed markdown file +* `$AYA_URL` - a URL for the currently generated page ## Example of RSS generation @@ -117,7 +117,7 @@ it's an empty string). ## License -The software is distributed under the MIT license. +The software is distributed under the MIT/X11 license. --- -- 2.43.0