README.md in nano-store-0.2.3 vs README.md in nano-store-0.2.4

- old
+ new

@@ -23,9 +23,14 @@ require 'motion-cocoapods' require 'nano-store' Motion::Project::App.setup do |app| app.name = 'myapp' + + # Only needed if you have not already specifying a pods dependency + app.pods do + dependency 'NanoStore', '~> 2.0.1' + end end ``` Now, you can use NanoStore in your app. \ No newline at end of file