Skip to content

Commit e7272a2

Browse files
committed
style: rename title
1 parent cd422c2 commit e7272a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ sudo make install
5050

5151
`sudo` is neccessary because some directories like `/usr/` and `/var/` might be out of auth.
5252

53-
### 4. How to run
53+
## 4. How to run
5454

5555
Once you have built the project, you can run the excutable file `webserver` now. `sudo` is neccessary also.
5656

5757
```bash
5858
sudo ./webserver
5959
```
6060

61-
### 5. WebBench
61+
## 5. WebBench
6262

6363
If you want to test the server, `webbench` has already been included.
6464

@@ -72,7 +72,7 @@ You will get an excutable file `webbench`. Then run it with some params. More in
7272
./webbench -c 200 -t 30 -2 http://127.0.0.1:your_port/
7373
```
7474

75-
### 6. todo
75+
## 6. Todo
7676

7777
Since the project is build by such a begginer like me, there are still many works to do. Here is the list.
7878

0 commit comments

Comments
 (0)