changeset 80:ab4829ba7a8a draft

Update README Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Tue, 12 Dec 2023 14:16:01 +0000
parents 7b122b71fcfa
children 6ce24b93c8d0
files README.md
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Tue Dec 12 14:09:17 2023 +0000
+++ b/README.md	Tue Dec 12 14:16:01 2023 +0000
@@ -54,13 +54,13 @@
 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 @@
 
 ## License
 
-The software is distributed under the MIT license.
+The software is distributed under the MIT/X11 license.
 
 ---