README.md in mongo_fe-0.1.0 vs README.md in mongo_fe-0.1.1

- old
+ new

@@ -1,14 +1,14 @@ # MongoFe This is a simple Sinatra based web front-end that can be used for experimenting and learning MongoDB. The MongoFe gem can also be used for simple administrative tasks, managing collections and document basic operations such as: create new documents, delete existing ones, search by various criteria and document indexing. -## Installation +### Installation $ gem install mongo_fe -## Credentials +### Credentials Create a file in your home directory called: `.mongo_fe` In this file add the following: @@ -16,11 +16,11 @@ Examples: uri: mongodb://nemo:clownfish@ds02231897.mongolab.com:33897/Reef -## Usage +### Usage Verify first that you have access to a MongoDB instance. [See the install guides](http://www.mongodb.org/display/DOCS/Quickstart/), if need be. I used the [Homebrew](http://mxcl.github.com/homebrew/) package manager to install mongodb. If you have Homebrew, run the following commands: $ brew update $ brew install mongodb @@ -40,11 +40,11 @@ To stop the server: $ mongofe -K -## Screenshots +### Screenshots In the mean time, I'd love for you to check out these screenshots to get a feel for MongoFe and see some of the administrative interfaces designed to make your day to day tasks easier. **database info** ![Database info](https://img.skitch.com/20120716-g4cbs3yrrwifa5pscnafitw3hw.png) @@ -56,17 +56,17 @@ ![Indexes view](https://img.skitch.com/20120716-c7bwmw31wr3kmsb9ebsufhsrtj.png) Have fun! -## Contributing +### Contributing * Fork it * Create your feature branch (``git checkout -b my-new-feature``) * Add some tests and please make sure they pass * Commit your changes (``git commit -am 'Added some feature'``) * Push to the branch (``git push origin my-new-feature``) * Create new Pull Request -## License +### License MIT License \ No newline at end of file