aboutsummaryrefslogtreecommitdiffstats
path: root/web/README.md
diff options
context:
space:
mode:
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