Skip to content

Commit 6c127ea

Browse files
committed
fixed readme
1 parent 3cd4df6 commit 6c127ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ No Build steps!, No Frameworks!, Just copy the below script in an html, and open
1919
### Use in a HTML/JS based project
2020

2121
- In your project folder, install rapidoc from npm.
22+
2223
```bash
2324
npm install --save rapidoc
2425

@@ -27,6 +28,7 @@ npm install http-server -g
2728
```
2829

2930
- create an `index.html` file
31+
3032
```html
3133
<html>
3234
<head>
@@ -42,6 +44,7 @@ npm install http-server -g
4244
```
4345

4446
- serve the file in a local web server
47+
4548
```bash
4649
http-server -p 9000
4750
```

0 commit comments

Comments
 (0)