Skip to content

Commit 3cd4df6

Browse files
committed
fixed readme
1 parent 78843a6 commit 3cd4df6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ No Build steps!, No Frameworks!, Just copy the below script in an html, and open
1818

1919
### Use in a HTML/JS based project
2020

21-
1. In your project folder, install rapidoc from npm.
21+
- In your project folder, install rapidoc from npm.
2222
```bash
2323
npm install --save rapidoc
24+
25+
#only needed you dont have a local webserver
2426
npm install http-server -g
2527
```
2628

27-
2. create an `index.html` file
28-
```bash
29+
- create an `index.html` file
30+
```html
2931
<html>
3032
<head>
3133
<meta charset="utf-8">
@@ -39,12 +41,12 @@ npm install http-server -g
3941
</html>
4042
```
4143

42-
3. serve the file in a local web server
44+
- serve the file in a local web server
4345
```bash
4446
http-server -p 9000
4547
```
4648

47-
4. in your browser visit ```http://localhost:9000/index.html```
49+
- in your browser visit ```http://localhost:9000/index.html```
4850

4951

5052
## Branding, Styling and Personalization

0 commit comments

Comments
 (0)