Skip to content

Commit 0d272f0

Browse files
committed
Update readme
1 parent eddb5ee commit 0d272f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,11 @@ information about an HTTP status and an HTTP headers.
355355
Example
356356

357357
```Lua
358-
# Tarantool, stored procedure
358+
-- Tarantool, stored procedure
359359
function foo(a)
360360
return
361-
-- First arg. iff __ngx exists and tnt_evan is , then it will be
361+
-- First arg. iff __ngx exists and tnt_evan is used, then it will be
362+
-- readed by nginx
362363
{
363364
__ngx = {
364365
200, -- set status HTTP 200

0 commit comments

Comments
 (0)