aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTeddy Wing2014-11-15 00:24:15 -0500
committerTeddy Wing2014-11-15 00:24:15 -0500
commit0564af4bb8ac7c8560664bfa3ccaafccff4ab41c (patch)
treedf6acd6bca8b5dedf2c9d5d4bdb421ef87e1eb15 /README.md
parent38aa737da94c0dac3cefa0e728fffcea9d567b6b (diff)
downloadunXHTMLify-0564af4bb8ac7c8560664bfa3ccaafccff4ab41c.tar.bz2
Add README & LICENSE
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b286373
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+unXHTMLify
+==========
+
+Removes slashes from self-closing HTML elements.
+
+ <br />
+
+becomes
+
+ <br>
+
+Currently the implementation is very simplistic and liberal. Any `/>` will get replaced to remove the slash.
+
+
+## License
+Licensed under the MIT license. See the included LICENSE file.