README.rdoc in wparser-0.0.2 vs README.rdoc in wparser-0.1.0
- old
+ new
@@ -1,30 +1,36 @@
= wparser
-* http://github.com/#{github_username}/#{project_name}
+* http://github.com/iori/wparser
== DESCRIPTION:
+http://wiki.github.com/iori/wparser/
+
This package is Wiki Format Parser.
Wiki => html
== FEATURES/PROBLEMS:
== SYNOPSIS:
+http://wiki.github.com/iori/wparser/tutorial
+
require 'wparser'
-parser = WParser.parser.new
+parser = WParser.new
parser.parse(text)
== REQUIREMENTS:
* FIX (list of requirements)
== INSTALL:
-gem install wparser
+http://wiki.github.com/iori/wparser/setup
+
+$sudo gem install wparser
== LICENSE:
(The MIT License)