Skip to content

Commit aa90d00

Browse files
author
brucou
committed
chore(README): update
1 parent c717595 commit aa90d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ flow. There are other combinators handling state injection and interface adaptat
391391
thanks to our generic component combinator factory `m`.
392392

393393
Taking a page from our [showcased sample application](https://i.imgur.com/NXgJV2c.png), it looks
394-
like this (only tidbits, for full code see the [example repo](https://github.com/cyclejs-community/component-combinators/tree/master/examples/AllInDemo)):
394+
like this (only tidbits, for full code see the [example repo](https://github.com/cyclejs-community/component-combinators/tree/master/examples/AllInDemo), for a step-by-step building of the application, refer to the [corresponding article](http://brucou.github.io/posts/applying-componentization-to-reactive-systems---sample-application/) on my blog):
395395

396396
```javascript
397397
App = Combine({}, [

0 commit comments

Comments
 (0)