diff --git a/README.md b/README.md
index 38caa49..3d45240 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ without needing any additional editor plugins. It fully supports trimming and na
-
+
@@ -243,14 +243,14 @@ Results in:
Note that the `x:as` attribute is optional. If you just want to loop over a data structure,
but you don't care about using the data of each individual iteration, you can omit it.
-### `x:*` (Generic Value Attributes)
+### `x:attr-*` (Generic Value Attributes)
-Above are all the special attributes that do some logical operation, but you can also use the `x:*` attributes to set any attribute on an element to the value of the attribute.
+Above are all the special attributes that do some logical operation, but you can also use the `x:attr-*` attributes to set any attribute on an element to the value of the attribute.
-For example, to set the `href` attribute of an element, you can use the `x:href` attribute:
+For example, to set the `href` attribute of an element, you can use the `x:attr-href` attribute:
```html
-
Hello, World!
+
Hello, World!
```
Results in: