Skip to content

Commit 1ad2cb8

Browse files
committed
update readme
1 parent 568f2ea commit 1ad2cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ make install
1919
User Guide
2020
=================
2121

22-
Only Allow GET and HEAD Method
22+
Only Allow GET and HEAD Requests
2323
-----------------
2424

2525
```nginx
@@ -29,7 +29,7 @@ location / {
2929
}
3030
```
3131

32-
All GET and HEAD Method But Deny All POST|DELETE Requests Except for 192.168.1.*
32+
All GET|HEAD Requests But Deny All POST|DELETE Requests Except for 192.168.1.*
3333
-----------------
3434

3535
```nginx

0 commit comments

Comments
 (0)