<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,59 +18,6 @@ Details
 =====================================
 Go to http://openflashchart2.sentor.pl for details
 
-Install plugin
-=====================================
-get only plugin to existing application:
-go to plugins directory
-    cd vendor/plugins
-clone git repo to open_flash_chart_2 directory
-    git clone git://github.com/korin/open_flash_chart_2_plugin.git open_flash_chart_2
-go to main rails directory
-    cd ../..
-install it using rake command
-    rake open_flash_chart_2:install
-
-Example of usage
-=====================================
-include js file in loyout or anything else where you need that:
-  = javascript_include_tag 'swfobject.js'
-
-in some conroller:
-  class SomeController &lt; ApplicationController
-    def funny_action
-                   #width, height, link to data
-      @graph = ofc2(650,300, &quot;charts_ofc2/line&quot;)
-    end
-  end
-
-in charts_ofc2 conroller:
-  class ChartsOfc2Controller &lt; ApplicationController
-    def line
-      title = OFC2::Title.new( DateTime.now.strftime('%Y-%m-%d %H:%M'), &quot;{font-size: 14px; color: #b50F0F; text-align: center;}&quot;)
-      line_dot = OFC2::Line.new
-      line_dot.values= [9,8,7,6,5,4,3,2,1]
-      chart = OFC2::Graph.new
-      chart.title= title
-      chart &lt;&lt; line_dot
-      render :text =&gt; chart.render
-    end
-  end
-
-in views/some/funny_action.haml view
-  = @graph
-
-That's it, try it.
-If You have trouble try sample application (info below), or ask me va e-mail (lisukorin@gmail.com).
-
-
-Get sample application
-=====================================
-Grab whole sample application:
-go to directory where you want create sample application
-    git clone git://github.com/korin/open_flash_chart_2.git
-install plugin (instruction is above)
-customize database.yml
-customize what you want ;)
 
 Help
 =====================================</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7f740e0011db02d00cf4e7214535a49c4e1451c3</id>
    </parent>
  </parents>
  <author>
    <name>Rafa&#322;</name>
    <email>lisukorin@gmail.com</email>
  </author>
  <url>http://github.com/korin/open_flash_chart_2/commit/59270b3d7d5ebbece334420ddfd9bc127a1e1431</url>
  <id>59270b3d7d5ebbece334420ddfd9bc127a1e1431</id>
  <committed-date>2009-05-12T15:44:38-07:00</committed-date>
  <authored-date>2009-05-12T15:44:38-07:00</authored-date>
  <message>actualize README</message>
  <tree>e68e208cd5ae78d5207395a06c3917ae7d3383b0</tree>
  <committer>
    <name>Rafa&#322;</name>
    <email>lisukorin@gmail.com</email>
  </committer>
</commit>
