Skip to content

Commit a207246

Browse files
committed
Small readme update
1 parent 2f09ba2 commit a207246

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
@@ -28,7 +28,7 @@ A simplified example which parses an XML directly from a string is presented bel
2828
```lua
2929
require("xml2lua")
3030
--Uses a handler that converts the XML to a Lua table
31-
local handler = require("xmlhandler/tree")
31+
local handler = require("xmlhandler.tree")
3232

3333
local xml = [[
3434
<people>

0 commit comments

Comments
 (0)