diff options
author | Rishi Jain <rishi@joshsoftware.com> | 2014-11-03 12:37:39 +0530 |
---|---|---|
committer | Rishi Jain <rishi@joshsoftware.com> | 2014-11-03 12:37:39 +0530 |
commit | 93258c528c78d7769d1b5cc70fff87d9171ae7b6 (patch) | |
tree | c7cfd359344c4ee431b29da32025fc4ff001927c | |
parent | badd616cc931dc64de2540d734f5e01000262c0f (diff) | |
download | rails-93258c528c78d7769d1b5cc70fff87d9171ae7b6.tar.gz rails-93258c528c78d7769d1b5cc70fff87d9171ae7b6.tar.bz2 rails-93258c528c78d7769d1b5cc70fff87d9171ae7b6.zip |
minor docs change [ci skip]
-rw-r--r-- | tools/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/README.md b/tools/README.md index 13be763dac..25ab798bd5 100644 --- a/tools/README.md +++ b/tools/README.md @@ -3,5 +3,5 @@ This is a collection of utilities used for Rails internal development. They aren't used by Rails apps directly. - * `console` drops you in irb and loads this local Rails repos - * `profile` profiles `Kernel#require` to help reduce startup times + * `console` drops you in irb and loads local Rails repos + * `profile` profiles `Kernel#require` to help reduce startup time |