We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6f490 commit 8f8b253Copy full SHA for 8f8b253
README.md
@@ -198,7 +198,7 @@ const nameLink = Link.state< string >( this, 'name' );
198
199
`link.update( prevValue => newValue )` - update link value with transform function.
200
201
- ```javascript
+```javascript
202
<button onClick={ () => boolLink.update( x => !x ) } />
203
```
204
@@ -285,4 +285,4 @@ Sources are [here](/example/main.jsx).
285
286
Also, there's an [example](/example/userslist.jsx) of an [application](/userslist.html) managing the users list.
287
288
-[Custom elements boilerplate](/tags.jsx) which is used by both examples is another good example.
+[Custom elements boilerplate](/tags.jsx) which is used by both examples is another good example.
0 commit comments