Skip to content

Commit 6c777f0

Browse files
committed
more headers
1 parent e3dd1d4 commit 6c777f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@ We use the following [labels](https://github.com/plotly/plotly.js/labels) to tra
3434

3535
## Development
3636

37-
##### Perequisites
37+
#### Perequisites
3838

3939
- git
4040
- [node.js](https://nodejs.org/en/). We recommend using node.js 4.2.x (LTS).
4141
Upgrading and managing node versions can be easily done using
4242
[`nvm`](https://github.com/creationix/nvm) or its Windows alternatives.
4343

44-
##### Step 1: Clone the plotly.js repo and install its dependencies
44+
#### Step 1: Clone the plotly.js repo and install its dependencies
4545

4646
```
4747
git clone https://github.com/plotly/plotly.js.git
4848
cd plotly.js
4949
npm install
5050
```
5151

52-
##### Step 2: Start the test dashboard
52+
#### Step 2: Start the test dashboard
5353

5454
```
5555
npm start
@@ -61,7 +61,7 @@ This command bundles up the source files with source maps using
6161
dev plotly.js bundle update every time a source file is saved) and opens up a
6262
tab in your browser.
6363

64-
**Step 3** Open up the console and start developing
64+
#### Step 3: Open up the console and start developing
6565

6666
A typical workflow is to make some modifications to the source, update the
6767
test dashboard, inspect and debug the changes, then repeat. The test dashboard
@@ -90,7 +90,7 @@ Three additional helpers exist that are refreshed every second:
9090
There is also a search bar in the top right of the dashboard. This fuzzy-searches
9191
image mocks based on their file name and trace type.
9292

93-
##### Other npm scripts
93+
#### Other npm scripts
9494

9595
- `npm run preprocess`: pre-processes the css and svg source file in js. This
9696
script must be run manually when updating the css and svg source files.

0 commit comments

Comments
 (0)