aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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.