aboutsummaryrefslogtreecommitdiffstats
path: root/web/README.md
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-20 00:07:58 +0300
committerAhmed <git@gumx.cc>2026-06-20 00:07:58 +0300
commitf0b79f27b7f17e3862285e01b71aad30cb25cd89 (patch)
tree47b3e67d55a98c089ce16d77cb55ff04f5f3b216 /web/README.md
parentba5a9613f6c5b7d9b5f7eb7add147a9bdb8b6a44 (diff)
fix: bunch of vibed edits to fix vibed edits
Diffstat (limited to 'web/README.md')
-rw-r--r--web/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/README.md b/web/README.md
index 3acccf5..31c1c28 100644
--- a/web/README.md
+++ b/web/README.md
@@ -4,11 +4,11 @@ Web-based UGI (Unified Geek Identifier) tool: encoder, decoder, format converter
## Pages
-- **/** — about the project and format examples
-- **/specs/** — full field-by-field spec reference
-- **/encoder/** — form-based interface to build a UGI string
-- **/decoder/** — paste a UGI string (URI or block format) and get a human-readable breakdown
-- **/converter/** — convert between URI format and block format
+- **/** : about the project and format examples
+- **/specs/** : full field-by-field spec reference
+- **/encoder/** : form-based interface to build a UGI string
+- **/decoder/** : paste a UGI string (URI or block format) and get a human-readable breakdown
+- **/converter/** : convert between URI format and block format
Each page shares the same network-standard CSS and sub-navigation.
@@ -34,7 +34,7 @@ web/
└── README.md
```
-Generated HTML files are not committed — they are produced by the post-receive hook on the server.
+Generated HTML files are not committed. They are produced by the post-receive hook on the server.
## License