We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f09ba2 commit a207246Copy full SHA for a207246
README.md
@@ -28,7 +28,7 @@ A simplified example which parses an XML directly from a string is presented bel
28
```lua
29
require("xml2lua")
30
--Uses a handler that converts the XML to a Lua table
31
-local handler = require("xmlhandler/tree")
+local handler = require("xmlhandler.tree")
32
33
local xml = [[
34
<people>
0 commit comments