README.rdoc in memcached-manager-0.3.0 vs README.rdoc in memcached-manager-0.4.0
- old
+ new
@@ -2,11 +2,11 @@
A single-page sinatra memcached manager/admin that allows you to read stats, view, edit and create keys from memcached. Also easily pluggable to a Rails/Rack app.
{<img src="https://travis-ci.org/thiagofm/memcached-manager.png" />}[https://travis-ci.org/thiagofm/memcached-manager] {<img src="https://codeclimate.com/github/thiagofm/memcached-manager.png" />}[https://codeclimate.com/github/thiagofm/memcached-manager]
-== Installating & running
+== Installing & running
1. Install the gem.
gem install memcached-manager
@@ -22,39 +22,35 @@
memcached-manager --memcached-host foo.bar --memcached-port 1337
== Plugging memcached manager to an existing Rails app
-Just mount it in **config/routes.rb**:
+Just mount it in +config/routes.rb+:
-```ruby
-mount MemcachedManager::Routes, :at => '/mm'
+ mount MemcachedManager::Routes, :at => '/mm'
-```
-So it will be accessible in the /mm route of your application.
+So it will be accessible in the +/mm+ route of your application.
-If you want to specify a different config than the defaults(localhost:11211) add an `.env` file with the following:
+If you want to specify a different config than the defaults(localhost:11211) add an +.env+ file with the following:
-```
-memcached_host: foo.bar
-memcached_port: 1337
-```
+ memcached_host: foo.bar
+ memcached_port: 1337
== Requirements
-Ruby >= 1.9
-Memcached (of course)
+ Ruby >= 1.9
+ Memcached (of course)
== Contributing to Memcached Manager
-Check CONTRIBUTING.md
+See +CONTRIBUTING.md+
== Maintainers
* thiagofm[http://github.com/thiagofm]
== Copyright
-Copyright (c) 2013 Thiago Fernandes Massa. See LICENSE.txt for
+Copyright (c) 2013 Thiago Fernandes Massa. See +LICENSE.txt+ for
further details.