README.md in nano-store-0.5.0 vs README.md in nano-store-0.5.1

- old
+ new

@@ -25,12 +25,12 @@ require 'nano-store' Motion::Project::App.setup do |app| app.name = 'myapp' - # Only needed if you have not already specifying a pods dependency + # Add the pod NanoStore to your project app.pods do - pod 'NanoStore', '~> 2.1.4' + pod 'NanoStore', '~> 2.1.8' end end ``` Now, you can use NanoStore in your app. \ No newline at end of file