aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTeddy Wing2013-04-07 04:52:42 -0400
committerTeddy Wing2013-04-07 04:52:42 -0400
commit522a81bd1b9f6b79bb4aa38c0e4847835efe1364 (patch)
treea44ec744f5e6c3228a240bf42d1d064ca6319fd3 /README.md
parent0a261fb58b1a0ca3947a74ad8954596bce0f4258 (diff)
downloadclips-522a81bd1b9f6b79bb4aa38c0e4847835efe1364.tar.bz2
Swap 'rerun' gem with 'shotgun'
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b11326b..331c3e4 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,9 @@ Clips is written in [Camping](http://camping.io). Start by `bundle install`-ing
$ bundle install
$ rackup
-Use [Rerun](https://github.com/rerun/rerun) to auto-restart the server when the filesystem changes:
+Use [Shotgun](https://github.com/rtomayko/shotgun) to auto-restart the server when the filesystem changes:
- $ rerun -- rackup
+ $ shotgun config.ru
A great shell you can use is [Racksh](https://github.com/sickill/racksh). Start it and you can inspect the `Clip` model.