README.md in ProMotion-1.1.1 vs README.md in ProMotion-1.1.2
- old
+ new
@@ -21,14 +21,14 @@
# app/screens/root_screen.rb
class RootScreen < PM::Screen
title "Root Screen"
def on_load
- set_bar_button :right, title: "Help", action: :push_help_screen
+ set_nav_bar_button :right, title: "Help", action: :help
end
- def push_help_screen
+ def help
open HelpScreen
end
end
# app/screens/help_screen.rb
@@ -64,11 +64,12 @@
#### ...and much more.
# Getting Started
-Check out the [Getting Started Guide](https://github.com/clearsightstudio/ProMotion/wiki/Guide:-Getting-Started) in the wiki!
+1. Check out the [Getting Started Guide](https://github.com/clearsightstudio/ProMotion/wiki/Guide:-Getting-Started) in the wiki
+2. Follow a tutorial: [Building an ESPN app using RubyMotion, ProMotion, and TDD](http://jamonholmgren.com/building-an-espn-app-using-rubymotion-promotion-and-tdd)
# What's New?
## Version 1.1.x
@@ -121,10 +122,10 @@
or open an issue on GitHub. Opening an issue is usually the best and we respond to those pretty quickly.
If we don't respond within a day, tweet Jamon or Mark a link to the issue.
# Contributing
-See [CONTRIBUTING.md](./).
+See [CONTRIBUTING.md](https://github.com/clearsightstudio/ProMotion/edit/master/CONTRIBUTING.md).
## Primary Contributors
* Jamon Holmgren: [@jamonholmgren](https://twitter.com/jamonholmgren)
* Silas Matson: [@silasjmatson](https://twitter.com/silasjmatson)