README.md in n1_loader-0.1.0 vs README.md in n1_loader-0.1.1

- old
+ new

@@ -2,10 +2,12 @@ [![CircleCI][1]][2] [![Gem Version][3]][4] Are you tired of fixing [N+1 issues][7]? Does it feel unnatural to you to fix it case by case in places where you need the data? -We have a solution for you! [N1Loader][8] is designed to solve the issue for good! +We have a solution for you! + +[N1Loader][8] is designed to solve the issue for good! It has many benefits: - it loads data lazily (even when you initialized preloading) - it supports shared loaders between multiple classes - it has an integration with [ActiveRecord][5] which makes it brilliant ([example](#activerecord)) \ No newline at end of file