From 08f109007e1f69b819f790246293930a95ea3b46 Mon Sep 17 00:00:00 2001 From: Ben Mills Date: Wed, 22 Jun 2011 15:53:26 -0700 Subject: [PATCH 1/2] Edited README.mkd via GitHub --- README.mkd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.mkd b/README.mkd index ddea2b1..7834ba1 100644 --- a/README.mkd +++ b/README.mkd @@ -56,3 +56,12 @@ Contributors * [Phinze](https://github.com/phinze) * [Tim Branyen](https://github.com/tbranyen) + +License +------------ + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file From 865b99db923b292952d03d1289861087859d150f Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Wed, 22 Jun 2011 19:15:30 -0700 Subject: [PATCH 2/2] Fixed a tiny typo in the README. --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 7834ba1..fffd9dc 100644 --- a/README.mkd +++ b/README.mkd @@ -28,7 +28,7 @@ var markdown = require('robotskirt'); markdown.toHtml('# Hello World', function (html) { sys.puts(html); }); -// '

Hellow World

\n' +// '

Hello World

\n' ``` A common use case might be opening a markdown file and then parsing it into HTML.