Skip to content

Commit 068d63d

Browse files
author
Vlad Balin
committed
Update README.md
1 parent d22a82f commit 068d63d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ CommonJS module, MIT License. No side dependencies.
4343
// Links
4444
import Link from 'valuelink'
4545

46-
// React components with linked tags
47-
import { Input } from 'valuelink/tags.jsx'
46+
// You'll need this components with React 15.x instead of standard ones.
47+
import { Input, TextArea, Select, Radio, Checkbox } from 'valuelink/tags.jsx'
4848
```
4949

5050
# API
@@ -178,4 +178,4 @@ If linked value is plain object or array, it's possible to generate
178178
# Data binding examples
179179

180180
Here are the set of working [examples](/index.html) for typical data binding use cases.
181-
Sources are [here](/example/main.jsx).
181+
Sources are [here](/example/main.jsx).

0 commit comments

Comments
 (0)