about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Wüstenberg2024-08-19 12:06:49 +0200
committerMarkus Wüstenberg2024-08-19 12:06:49 +0200
commit935a601975fa7a15c7ddac097e075209e42974cc (patch)
tree1a3a2ce900a0bd33def654ba0b009c47729438a2 /README.md
parentaade77281e640f52c1ee19d9336493d953bacc2c (diff)
downloadgomponents-935a601975fa7a15c7ddac097e075209e42974cc.tar.lz
gomponents-935a601975fa7a15c7ddac097e075209e42974cc.tar.zst
gomponents-935a601975fa7a15c7ddac097e075209e42974cc.zip
Fix `cite` name clash example in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index db6097d..cb8bd7e 100644
--- a/README.md
+++ b/README.md
@@ -149,7 +149,7 @@ Unfortunately, there are six main name clashes in HTML elements and attributes,
 to be able to co-exist in the same package in Go. I've chosen one or the other based on what I think is the common usage.
 In either case, the less-used variant also exists in the codebase:
 
-- `cite` (`CiteEl`/`Cite`, `CiteAttr` also exists)
+- `cite` (`Cite`/`CiteAttr`, `CiteEl` also exists)
 - `data` (`DataEl`/`Data`, `DataAttr` also exists)
 - `form` (`Form`/`FormAttr`, `FormEl` also exists)
 - `label` (`Label`/`LabelAttr`, `LabelEl` also exists)