Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Berastau committed Jan 1, 2009
1 parent abb5f1c commit 3af47ce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rdoc
Expand Up @@ -7,7 +7,7 @@ Rails to Flex development, and makes integration with RESTful APIs as simple as

Here's some of the things you can do:

* Create a complete Adobe Flex or AIR application in less than 5 minutes.
* *Create* a complete _Adobe Flex_ or _AIR_ application in less than 5 minutes.

Use our lightweight Ruby-based code generation toolkit to generate a fully functional
CRUD application. Simply do:
Expand All @@ -18,16 +18,16 @@ Here's some of the things you can do:

ruboss-gen -h

* Seamlessly integrate with Ruby On Rails, Merb or Sinatra applications
that use ActiveRecord or DataMapper.
* *Integrate* with _Ruby On Rails_, _Merb_ or _Sinatra_ applications
that use _ActiveRecord_ or _DataMapper_.

* Communicate between your Flex/AIR rich client and service providers
using either XML or JSON.
* *Communicate* between your Flex/AIR rich client and service providers
using either _XML_ or _JSON_.

* Persist your data directly in Adobe AIR's SQLite database or CouchDB
* *Persist* your data directly in Adobe AIR's _SQLite_ database or _CouchDB_
without any additional infrastructure or intermediate servers.

* Switch between any of these data providers on the fly.
* *Switch* between any of these data providers on the fly.

== Getting Started

Expand Down

0 comments on commit 3af47ce

Please sign in to comment.