diff --git a/README.markdown b/README.markdown index bc87222c..c9b9005c 100644 --- a/README.markdown +++ b/README.markdown @@ -349,7 +349,7 @@ avaiable. ### Use Pry as your Rails Console - pry -r./config/environment + pry -r ./config/environment MyArtChannel has kindly provided a hack to replace the `rails console` command in Rails 3: [https://gist.github.com/941174](https://gist.github.com/941174) This is not recommended for code bases with multiple developers, as they may not all want to use Pry.