README.md in bubble-wrap-0.1.1 vs README.md in bubble-wrap-0.1.2

- old
+ new

@@ -12,10 +12,12 @@ 1. Edit the Rakefile of your RubyMotion project and add the following require line. ```ruby require 'bubble-wrap' ``` + 2. Now, you can use BubbleWrap extension in your app: + ```ruby class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) puts "#{App.name} (#{documents_path})" true \ No newline at end of file