README.md in hyperloop-0.5.6 vs README.md in hyperloop-0.5.8

- old
+ new

@@ -1,24 +1,35 @@ -# Welcome to Hyperloop +<p align="center"> + <a href="http://ruby-hyperloop.io/" alt="Hyperloop" title="Hyperloop"> + <img src="https://github.com/ruby-hyperloop/hyperloop/blob/master/hyperloop-logo-small-pink.png"> + </a> +</p> -![Screen](https://github.com/ruby-hyperloop/hyperloop/blob/master/hyperloop-logo-small-pink.png) +<h1 align="center"> + Hyperloop +</h1> -## Hyperloop - The Complete Isomorphic Ruby Framework +<h3 align="center">The Complete Isomorphic Ruby Framework</h3> +<p align="center"> + + ### Simplicity Build interactive Web applications quickly. **Hyperloop** encourages rapid development with clean, pragmatic design. With developer productivity as our highest goal, **Hyperloop** takes care of much of the hassle of Web development, so you can focus on innovation and delivering end-user value. ### Isomorphic Ruby One language. One model. One set of tests. The same business logic and domain models running on the clients and the server. Hyperloop is fully integrated with Rails and also gives you unfettered access to the complete universe of JavaScript libraries (including React) from within your Ruby code. Hyperloop lets you build beautiful interactive user interfaces in Ruby. ### Complete Architecture Everything has a place in our architecture. **C**omponents deliver interactive user experiences, **O**perations encapsulate business logic, **M**odels magically synchronize data between clients and servers, **P**olicies govern authorization and **S**tores hold local state. +</p> + ## Getting Started 1. Update your Gemfile: - + ```ruby #Gemfile gem 'hyperloop' ``` @@ -38,7 +49,6 @@ * [Hyperloop Tutorial](http://ruby-hyperloop.io/tutorials) ## License -Ruby on Rails is released under the [MIT License](http://www.opensource.org/licenses/MIT). - +Hyperloop is released under the [MIT License](http://www.opensource.org/licenses/MIT).