diff --git a/README.md b/README.md index 94ae687d..5c82ce7c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Run tests: Run the server: $ rake db:create db:structure:load - $ foreman start + $ script/server ## Contributing @@ -57,4 +57,4 @@ class Travis::Api::App set :prefix, '/awesome' end end -``` \ No newline at end of file +```