README.rdoc in pimento-0.0.1 vs README.rdoc in pimento-0.0.2
- old
+ new
@@ -1,19 +1,20 @@
= pimento
Draw graphics using Mac OS X GUI Components
-http://buycheapviagraonlinenow.com/files/hello.png
+http://buycheapviagraonlinenow.com/files/pimento.png
-== Sypnosis
+== Synopsis
require 'ubygems'
require 'pimento'
- c = Pimento::Canvas.new(0, 0, 300, 200)
+ c = Pimento::Canvas.new(0, 0, 620, 200)
- c.point(20, 20)
- c.line(100, 20, 100, 180)
+ c.point(20, 20, 20, 180)
+ c.line(20, 100, 100, 100)
+ c.line_with_dots(100, 20, 100, 180)
c.to_xml.save('foo.xib')
# open foo.xib with Interface Builder