README.md in nano-store-0.3.12 vs README.md in nano-store-0.3.13

- old
+ new

@@ -27,10 +27,10 @@ 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.1.4' + pod 'NanoStore', '~> 2.1.4' end end ``` Now, you can use NanoStore in your app. \ No newline at end of file