Skip to content

Commit b21403b

Browse files
committed
update links to examples
1 parent 6186284 commit b21403b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Can be used to sync stateful or stateless components with some other provider of
1212
yarn add one-way-data-binding-library.mjs
1313
```
1414

15+
## 😏 Examples ❤️
16+
17+
Canvas API, DOM API and React examples are available:
18+
19+
[https://c-py.github.io/one-way-data-binding-library.mjs/](https://c-py.github.io/one-way-data-binding-library.mjs/)
20+
1521
## 💯 Basic Usage 👆
1622

1723
```js

examples/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
</head>
4141
<body>
4242
<h1>one-way-data-binding-library.mjs</h1>
43+
<a href="https://github.com/c-py/one-way-data-binding-library.mjs"
44+
>https://github.com/c-py/one-way-data-binding-library.mjs</a
45+
>
4346
<div class="cols">
4447
<div class="row">
4548
<div>

0 commit comments

Comments
 (0)