diff --git a/README.md b/README.md index 1968065..baa7813 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,10 @@ man gmi-web ### example +Render .html for all the .gmi files in the current directory + ``` -gmi-web -r ~/gmi /srv/html +gmi-web $(find . -name \*.gmi) ``` ## gmi.css @@ -85,17 +87,7 @@ The *--foreground* and *--background* variables will be inverted when *prefers-color-scheme* is "dark" which is a system-level preference on devices. -Any of the variables can be customized by adding a higher priority .css file -that overrides them. - -```css -html { - --foreground: #333333; - --background: #FFFFFF; -} -``` - -Or maybe by adding a style to the `` element. +Any of the variables can be customized by adding a style to the `` element. ```html diff --git a/gmi-web.1.scd b/gmi-web.1.scd index bdd110e..9754080 100644 --- a/gmi-web.1.scd +++ b/gmi-web.1.scd @@ -29,7 +29,7 @@ and mobile-friendly fashion! # EXAMPLES -Render all the .gmi files in the current directory to .html +Render .html for all the .gmi files in the current directory ``` gmi-web $(find . -name \*.gmi)