README.md in bubble-wrap-0.1.0 vs README.md in bubble-wrap-0.1.1
- old
+ new
@@ -6,25 +6,24 @@
```ruby
gem install bubble-wrap
```
-### Setup
+## Setup
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
+```ruby
class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
puts "#{App.name} (#{documents_path})"
true
end
end
-````
+```
For a more complete list of helper/wrapper descriptions and more details, see the [wiki](https://github.com/mattetti/BubbleWrap/wiki).
## HTTP
\ No newline at end of file