Skip to content

Commit

Permalink
specify javascript for code-block
Browse files Browse the repository at this point in the history
  • Loading branch information
itinance committed Dec 19, 2016
1 parent d7d3ddb commit e5e4c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ unless the attribute could be found. This way, nested groups are supported and
will read inherited values from their parent.

## Example of an iconSet:
```
```javascript
export const iconSet = {
themes:
default:
Expand All @@ -41,7 +41,7 @@ export const iconSet = {
openLesson: {
source: require('./img/icon-open.png'),
},
// specific icon
// specific icon
closeLesson: {
source: require('./src/img/icon-close.png'),
},
Expand Down

0 comments on commit e5e4c96

Please sign in to comment.