README.md in expand-1.0.1 vs README.md in expand-1.0.2

- old
+ new

@@ -20,10 +20,10 @@ ``` To make this simpler, you can require `expand` and extend your current context with Expand. ```ruby -reuire 'expand' +require 'expand' extend Expand namespace SomeGem::Thing do create_class :NewThing do # define methods here