README.md in prependers-0.1.0 vs README.md in prependers-0.1.1
- old
+ new
@@ -43,10 +43,12 @@
Animals::Dog.new.bark # => 'Woof!'
```
### Autoloading prependers
-If you don't want to include `Prependers::Prepender`, you can also autoload prependers from a path.
+If you don't want to include `Prependers::Prepender`, you can also autoload prependers from a path,
+they will be loaded in alphabetical order.
+
Here's the previous example, but with autoloading:
```ruby
# app/prependers/animals/dog/add_barking.rb
module Animals::Dog::AddBarking