Skip to content

Commit 8f8b253

Browse files
author
Vlad Balin
committed
Update README.md
1 parent ce6f490 commit 8f8b253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const nameLink = Link.state< string >( this, 'name' );
198198

199199
`link.update( prevValue => newValue )` - update link value with transform function.
200200

201-
```javascript
201+
```javascript
202202
<button onClick={ () => boolLink.update( x => !x ) } />
203203
```
204204

@@ -285,4 +285,4 @@ Sources are [here](/example/main.jsx).
285285

286286
Also, there's an [example](/example/userslist.jsx) of an [application](/userslist.html) managing the users list.
287287

288-
[Custom elements boilerplate](/tags.jsx) which is used by both examples is another good example.
288+
[Custom elements boilerplate](/tags.jsx) which is used by both examples is another good example.

0 commit comments

Comments
 (0)