Skip to content

Commit 129682a

Browse files
authored
Merge pull request #7 from baarkerlounger/readme_typo
ReadMe typo
2 parents 2af9ee5 + ccf5b4b commit 129682a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This functionality can be enabled by calling `Matplotlib::IRuby.activate`.
4242
require 'matplotlib/iruby'
4343
Matplotlib::IRuby.activate
4444

45-
`matplotlib/iruby` also loads `matplotlib/pyplot`, so you can use `Matplotlib::Pyplot` module without explicitly requireing `matplotlib/pyplot`.
45+
`matplotlib/iruby` also loads `matplotlib/pyplot`, so you can use `Matplotlib::Pyplot` module without explicitly requiring `matplotlib/pyplot`.
4646
And this introduces a post execution hook which put figures that are created in a cell just below the execution result of the cell.
4747

4848
See ipynb files in [examples](examples) to see example usages.
@@ -61,4 +61,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/mrkn/m
6161
## License
6262

6363
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
64-

0 commit comments

Comments
 (0)