We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1745e5e commit 7b662f0Copy full SHA for 7b662f0
1 file changed
README.md
@@ -218,7 +218,7 @@ Looking for stuff [we recommend doing in vanilla JS](#no-surreal)?
218
* Get: `me().attribute('data-x')`
219
* For single elements.
220
* For many elements, wrap it in: `any(...).run(...)` or `any(...).forEach(...)`
221
- * Set: 🔥`me().attribute('data-x', true)`
+ * Set: `me().attribute('data-x', true)`
222
* Set multiple: `me().attribute({ 'data-x':'yes', 'data-y':'no' })`
223
* Remove: `me().attribute('data-x', null)`
224
* Remove multiple: `me().attribute({ 'data-x': null, 'data-y':null })`
0 commit comments