Skip to content

Commit bf339b0

Browse files
committed
Merge pull request openresty#699 from othree/patch/readme-typo
Fix conf sample syntax error in README
2 parents c226a00 + 493eaa7 commit bf339b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Synopsis
129129
ngx.say("status: ", res.status)
130130
ngx.say("body:")
131131
ngx.print(res.body)
132-
end';
132+
end
133133
}
134134
}
135135

0 commit comments

Comments
 (0)