README.md in loader-2.0.0 vs README.md in loader-2.1.0
- old
+ new
@@ -86,10 +86,10 @@
```
# lib/bootstrap
```ruby
- require 'loader'
+ require 'loader/autoload'
# from this point missing constants will be searched by file system path that is based on Object namespace
Loader.autoload
# no need to load the files , only when they required
\ No newline at end of file