Skip to content

Commit 3bb794e

Browse files
authored
Update README.md
1 parent c020d77 commit 3bb794e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ print(table{
201201

202202
```lua
203203
local tags = require "resty.tags"
204-
local script = tags("script")
204+
local script = tags "script"
205205
print(script[[
206206
function hello() {
207207
alert("<strong>Hello World</strong>");

0 commit comments

Comments
 (0)