Skip to content

Commit

Permalink
Fix link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrogz committed Feb 7, 2013
1 parent cd49661 commit 22b6212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ many (simpler) pattern-based parsers that exist ([such as mine][1]), supporting
It is currently not a truly valid XML parser, however, as it allows completely invalid XML such
as `<foo></bar>` to be parsed and reported as such. It is also not namespace-aware. See the "Limitations / TODO" section below for more details.

[1] http://phrogz.net/lua/AKLOMParser.lua
[1]: http://phrogz.net/lua/AKLOMParser.lua

# Usage
require 'slaxml'
Expand Down

0 comments on commit 22b6212

Please sign in to comment.