README.md in matplotlib-1.0.0 vs README.md in matplotlib-1.1.0

- old
+ new

@@ -40,11 +40,11 @@ This functionality can be enabled by calling `Matplotlib::IRuby.activate`. require 'matplotlib/iruby' Matplotlib::IRuby.activate -`matplotlib/iruby` also loads `matplotlib/pyplot`, so you can use `Matplotlib::Pyplot` module without explicitly requireing `matplotlib/pyplot`. +`matplotlib/iruby` also loads `matplotlib/pyplot`, so you can use `Matplotlib::Pyplot` module without explicitly requiring `matplotlib/pyplot`. And this introduces a post execution hook which put figures that are created in a cell just below the execution result of the cell. See ipynb files in [examples](examples) to see example usages. ## Development @@ -59,6 +59,5 @@ ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). -