Skip to content

Commit

Permalink
treat example in readme as JS code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslav-kubicek committed Mar 26, 2016
1 parent 2af03c6 commit 8f422f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Write the synchronous-like code with promises and generators

## Example

```
```js
let spawnGenerator = require('spawn-generator');

let generatorFunction = function*(fruit) {
Expand Down

0 comments on commit 8f422f2

Please sign in to comment.