Skip to content

Commit f754eb7

Browse files
authored
fix readme (#239)
1 parent 9bf951d commit f754eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ local httpc = require("resty.http").new()
9393
-- First establish a connection
9494
local ok, err = httpc:connect({
9595
scheme = "https",
96-
host = "127.0.0.1"
96+
host = "127.0.0.1",
9797
port = 8080,
9898
})
9999
if not ok then

0 commit comments

Comments
 (0)