Skip to content

Commit 44baf84

Browse files
authored
Edit readme to format code
1 parent 5d1f735 commit 44baf84

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
@@ -2,7 +2,7 @@
22
Simple React frontend starter with webpack
33

44
# Looks something like this
5-
` const path = require('path');
5+
`` const path = require('path');
66
const HtmlWebpackPlugin = require('html-webpack-plugin');
77
module.exports = {
88
entry: './app/index.js',
@@ -23,4 +23,4 @@ module.exports = {
2323
})
2424
]
2525
};
26-
`
26+
``

0 commit comments

Comments
 (0)