Skip to content

Commit 71dc400

Browse files
committed
missed in last commit
1 parent 2485bda commit 71dc400

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The preferred method is global install but can optionally be placed locally as w
2424

2525
There are a couple patterns for including `nodejs-dashboard` in your code. This module isn't designed for production use and should be limited to development environments.
2626

27-
##### Including via code
27+
#### Including via code
2828

2929
From within a `dev.index.js` script or other dev entry point simply require the `nodejs-dashboard` module.
3030

@@ -44,7 +44,7 @@ Next update your `package.json` to launch the dashboard:
4444
...
4545
```
4646

47-
##### Including via preload argument
47+
#### Including via preload argument
4848

4949
This method utilizes Node's `-r` flag to introduce the `nodejs-dashboard` module. In this setup no code modifications are required. This is functionally equivalent to the above example.
5050

@@ -58,7 +58,7 @@ Update your `package.json` with the new script:
5858
...
5959
```
6060

61-
##### Caveats
61+
#### Caveats
6262

6363
If your app requires additional arguments you'll need to pass the `--` flag to your script. For example:
6464

@@ -70,7 +70,7 @@ If your app requires additional arguments you'll need to pass the `--` flag to y
7070
...
7171
```
7272

73-
##### But I want to use something else to launch my app!
73+
#### But I want to use something else to launch my app!
7474

7575
Most CLI interfaces provide a mechanism for launching other tools. If you're looking to use something like [nodemon](https://github.com/remy/nodemon) or [babel](https://github.com/babel/babel/tree/master/packages/babel-cli) checkout the exec options provided by the CLI.
7676

0 commit comments

Comments
 (0)