diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2015-12-07 01:07:09 -0200 |
---|---|---|
committer | Rafael França <rafaelmfranca@gmail.com> | 2015-12-07 01:07:09 -0200 |
commit | bf9facb31cf029f3ec1ef888825d50c9a2c713d6 (patch) | |
tree | c4f92500d6bd1cc6584f2d4aff88c76ccb2047e9 /actionpack | |
parent | e7c48db509f1b712c2a72a3ff7f27e3e8b7b4868 (diff) | |
parent | 6bd417df5075f1006557f6d9e44b5a9637015c70 (diff) | |
download | rails-bf9facb31cf029f3ec1ef888825d50c9a2c713d6.tar.gz rails-bf9facb31cf029f3ec1ef888825d50c9a2c713d6.tar.bz2 rails-bf9facb31cf029f3ec1ef888825d50c9a2c713d6.zip |
Merge pull request #22517 from Elektron1c97/master
[ci skip] Add a dollar sign to each command in the READMEs
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/README.rdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc index 44c980b070..0720c66cb9 100644 --- a/actionpack/README.rdoc +++ b/actionpack/README.rdoc @@ -28,7 +28,7 @@ can be used outside of Rails. The latest version of Action Pack can be installed with RubyGems: - % gem install actionpack + $ gem install actionpack Source code can be downloaded as part of the Rails project on GitHub @@ -55,4 +55,3 @@ Bug reports can be filed for the Ruby on Rails project here: Feature requests should be discussed on the rails-core mailing list here: * https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core - |