Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
renaming in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
whoahbot committed Feb 4, 2012
1 parent 7cb7ea4 commit 0fb912f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.textile
@@ -1,4 +1,4 @@
h1. dm-redis-adapter
h1. dm-redis

This is a <a href="http://datamapper.org">DataMapper</a> adapter for the <a href="http://redis.io/">Redis</a> key-value store.

Expand Down Expand Up @@ -26,7 +26,7 @@ Prerequisites:
Install the dm-redis adapter:
<pre>
<code>
> gem install dm-redis-adapter
> gem install dm-redis
</code>
</pre>

Expand All @@ -38,7 +38,7 @@ Setup your adapter, define your models and properties:
<code>
require 'rubygems'
require 'dm-core'
require 'dm-redis-adapter'
require 'dm-redis'

DataMapper.setup(:default, {:adapter => "redis"})

Expand Down

0 comments on commit 0fb912f

Please sign in to comment.