Skip to content

Commit f695cac

Browse files
authored
Merge pull request #13 from ryanponce/patch-1
Add syntax highlighting to readme
2 parents 659578c + fdf272a commit f695cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A step-by-step tutorial is available [here](https://medium.com/mjml-making-respo
2222
## Later use of your component
2323

2424
### In Node.js
25-
```
25+
```js
2626
import mjml2html from 'mjml'
2727
import { registerComponent } from 'mjml-core'
2828
import MyComponent from './components/MyComponent'

0 commit comments

Comments
 (0)