aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1bb2f6c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+Markdown for Ur/Web
+===================
+
+**This library is a work in progress. The usual warnings about API instability
+apply. Use at your own risk.**
+
+This library provides a parser for John Gruber’s [Markdown][] language.
+
+License
+-------
+
+© 2015 Benjamin Barenblat
+
+Licensed under the [Apache License, Version 2.0][Apache-2.0] (the
+‘License’); you may not use this file except in compliance with
+the License. Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an _‘as is’
+basis, without warranties or conditions of any kind_, either express or
+implied. See the License for the specific language governing permissions
+and limitations under the License.
+
+[Apache-2.0]: http://www.apache.org/licenses/LICENSE-2.0
+[Markdown]: https://daringfireball.net/projects/markdown/