Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jul 27, 2009
1 parent 9e8590a commit 7f2d342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -67,7 +67,7 @@ Rake tasks that ship with APN on Rails:

Now, to create the tables you need for APN on Rails, run the following task:

$ rake apn:db:migrate
$ ruby script/generate apn_migrations

APN on Rails uses the Configatron gem, http://github.com/markbates/configatron/tree/master,
to configure itself. APN on Rails has the following default configurations that you change as you
Expand Down
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -74,7 +74,7 @@ Rake tasks that ship with APN on Rails:

Now, to create the tables you need for APN on Rails, run the following task:
<pre><code>
$ rake apn:db:migrate
$ ruby script/generate apn_migrations
</code></pre>

APN on Rails uses the Configatron gem, http://github.com/markbates/configatron/tree/master,
Expand Down

0 comments on commit 7f2d342

Please sign in to comment.