Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit caa42e7

Browse files
committed
Added language names to code blocks
1 parent da673d4 commit caa42e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Write pretty React components in Coffeescript.
44

55
This is what your render function could look like in Coffeescript, using this repo:
66

7-
```
7+
```coffeescript
88
render: ->
99
_div ['some-button-container'],
1010
_button [
@@ -36,7 +36,7 @@ bower install --save react-coffeescript-glue
3636

3737
Then include in your HTML:
3838

39-
```
39+
```html
4040
<script src="bower_components/react-coffeescript-glue/react-coffeescript-glue.js"></script>
4141
```
4242

0 commit comments

Comments
 (0)