Skip to content

Commit 5cf2f05

Browse files
authored
Update README.md
1 parent 65c8ccc commit 5cf2f05

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Editing the landing page is tricky but minor edits are easy:
1818
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
1919

2020
### Installation
21-
`Bash
21+
```Bash
2222
$ npm install
23-
`
23+
```
2424
This command installs all the necessary dependencies for your project.
2525

26-
`Bash
26+
```Bash
2727
$ npm run start -- --poll
28-
`
28+
```
2929
This command starts a local development server and typically opens up a browser window. Most changes are reflected live without having to restart the server.

0 commit comments

Comments
 (0)