Skip to content

Commit 368494b

Browse files
author
QRaimbault
committed
📝 Fix readmer code
1 parent 6a6e771 commit 368494b

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
@@ -43,7 +43,7 @@ Application configuration is located in `src/config.js`.
4343

4444
Build can be configured in `webpack.config.js`, like the dev server host and port.
4545

46-
```json
46+
```js
4747
serve: {
4848
host: "localhost",
4949
port: 3000
@@ -58,7 +58,7 @@ ESLint can be configured in `.eslintrc.js`.
5858

5959
Routes are listed in `src/router/index.js` and should contain a meta node with a title, it will be displayed as the document.title, concatened with the separator and the site name in application config.
6060

61-
```json
61+
```js
6262
{
6363
"path": "/",
6464
"name": "Home",

0 commit comments

Comments
 (0)