Skip to content

Commit 8b4bacf

Browse files
ugh jekyll
1 parent c028b61 commit 8b4bacf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project tends to use the simplicity of functional React components and the
1010

1111
## Usage
1212

13-
```jsx
13+
```javascript
1414
import React from 'react';
1515
import Coroutine from 'react-coroutine';
1616
import Posts from 'PostAPI';
@@ -34,7 +34,7 @@ For the sake of testability you might want to inject instances into your corouti
3434

3535
You are able to provide `getVariables()` function that receives `props` and `context` and returns an object that will be passed in a coroutine.
3636

37-
```jsx
37+
```javascript
3838
function getVariables(props) {
3939
return {
4040
userPosts: new PostsDAO(props.userId)

0 commit comments

Comments
 (0)