bidet

commit 7018b5a30bf11213e8a74b4f2dae8ae010c650a0

tree

parent:
ff7903274f2065077e05ba4acc12fe480e8bd82f

nmyk <nick@nmyk.io>

2026-02-23T22:52:09-05:00

add some linebreaks in README

diff --git a/README.md b/README.md
index 8c9bc9bb1718eb9128957449d1e45e827d174a8d..0ab2aefae8779cde8819362622c7eff005c3af66 100644
--- a/README.md
+++ b/README.md
@@ -45,13 +45,17 @@ The `--hostname` flag or `BIDET_HOSTNAME` variable should match the host people will use in `git clone` commands.
 
 ### Greeting
 
-The `--greeting` flag or `BIDET_GREETING` variable is an optional subheader for your repository index page. Describe the purpose of your site, write a funny message, or leave it blank.
+The `--greeting` flag or `BIDET_GREETING` variable is an optional subheader for your repository index page.
+Describe the purpose of your site, write a funny message, or leave it blank.
 
 ### Custom CSS
 
-Unlike centralized, corporate-owned Git web hosts, Bidet's appearance is fully customizable. Its templates only use classless elements so there's no naming scheme you need to learn before writing your own stylesheet. It's pretty much just `<p>`, `<a>`, `<hr>`, some lists (`<ul>`/`<li>`), heading elements (`<h1>` to `<h4>`), and `<pre>`.
+Unlike centralized, corporate-owned Git web hosts, Bidet's appearance is fully customizable.
+Its templates only use classless elements so there's no naming scheme you need to learn before writing your own stylesheet.
+It's pretty much just `<p>`, `<a>`, `<hr>`, some lists (`<ul>`/`<li>`), heading elements (`<h1>` to `<h4>`), and `<pre>`.
 
-The `--css` flag or `BIDET_CSS` environment variable accepts a local CSS file path or a URL. The custom stylesheet is loaded once at startup, so external CSS files will not be hotlinked.
+The `--css` flag or `BIDET_CSS` environment variable accepts a local CSS file path or a URL.
+The custom stylesheet is loaded once at startup, so external CSS files will not be hotlinked.
 
 ## Contributing