Skip to content

Commit 0d6d68f

Browse files
update readme headers
1 parent c40a285 commit 0d6d68f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ React Coroutine attempts to use basic and known language features for the sake
1616
of solving problems that are usually solved with APIs and new abstractions that
1717
require particular knowledge about them or, sometimes, about internal processes.
1818

19+
## Examples
20+
1921
```javascript
2022
import React from 'react';
2123
import Coroutine from 'react-coroutine';
@@ -61,7 +63,7 @@ function* MovieInfoLoader({ movieId }) {
6163
export default Coroutine.create(MovieInfoLoader);
6264
```
6365

64-
## Usage
66+
## Documentation
6567

6668
See [details page](https://react-coroutine.js.org/Details.html) for more.
6769

0 commit comments

Comments
 (0)