README.md in motion-prime-0.7.2 vs README.md in motion-prime-0.8.0
- old
+ new
@@ -1,8 +1,8 @@
# MotionPrime [![Build Status](https://travis-ci.org/droidlabs/motion-prime.png)](https://travis-ci.org/droidlabs/motion-prime) [![Code Climate](https://codeclimate.com/github/droidlabs/motion-prime.png)](https://codeclimate.com/github/droidlabs/motion-prime) [![Roadchange](https://roadchange.com/droidlabs/motion-prime/badge.png)](https://roadchange.com/droidlabs/motion-prime)
-![Prime](https://s3-us-west-2.amazonaws.com/webmate/assets/prime.jpg)
+![Prime](https://s3.amazonaws.com/motionprime/logo-1.png)
MotionPrime is yet another framework written on RubyMotion for creating really fast iOS applications.
## Why MotionPrime?
@@ -13,18 +13,17 @@
### 1. Install MotionPrime:
$ gem install motion-prime
-### 2. Create MotionPrime project:
+### 2. Create empty MotionPrime project:
$ prime new myapp
-### 3. Setup application
+### 3. Or create bootstrap MotionPrime project:
- $ bundle install
- $ rake pod:install
+ $ prime bootstrap myapp
### 4. Run application
$ rake
@@ -62,16 +61,16 @@
end
```
## Extensions
-* [ECSlidingViewController 2 integration](https://github.com/droidlabs/prime_sliding_menu) (Sidebar)
-* [RESideMenu integration](https://github.com/droidlabs/prime_reside_menu) (Sidebar)
-* [Sliding actions support](https://github.com/droidlabs/prime_sliding_action)
+* [ECSlidingViewController 2 integration](https://github.com/motionprime/prime_sliding_menu) (Sidebar)
+* [RESideMenu integration](https://github.com/motionprime/prime_reside_menu) (Sidebar)
+* [Sliding actions support](https://github.com/motionprime/prime_sliding_action)
## Samples
-* [Simple to-do app](https://github.com/droidlabs/prime_sample_todo)
+* [Simple to-do app](https://github.com/motionprime/prime_sample_todo)
## Documentation
* [Getting Started](http://prime.droidlabs.pro/)
* [RubyDoc](http://rubydoc.info/gems/motion-prime/)