Skip to content

Commit 5bfc00d

Browse files
authored
More update for syntax highliting
1 parent 44baf84 commit 5bfc00d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Simple React frontend starter with webpack
33

44
# Looks something like this
5-
`` const path = require('path');
5+
```js
6+
const path = require('path');
67
const HtmlWebpackPlugin = require('html-webpack-plugin');
78
module.exports = {
89
entry: './app/index.js',
@@ -23,4 +24,4 @@ module.exports = {
2324
})
2425
]
2526
};
26-
``
27+
```

0 commit comments

Comments
 (0)