Skip to content

Commit 4f65edf

Browse files
committed
Updated README
1 parent a76260a commit 4f65edf

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
@@ -2,7 +2,7 @@
22

33
Lua library for enabling CORS in HAProxy.
44

5-
# Background
5+
## Background
66

77
Cross-origin Request Sharing allows you to permit client-side code running within a different domain to call your services. This module extends HAProxy so that it can:
88

@@ -50,7 +50,7 @@ http-request lua.cors "GET,PUT,POST" "example.com,localhost,localhost:8080", "X-
5050
http-response lua.cors
5151
```
5252

53-
Example 2: Allow all methods, origins, and headers
53+
**Example 2: Allow all methods, origins, and headers**
5454

5555
```
5656
http-request lua.cors "*" "*", "*"

0 commit comments

Comments
 (0)