aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/README.rdoc
diff options
context:
space:
mode:
authorElektron1c97 <Elektron1c97@gmail.com>2015-12-06 19:16:26 +0100
committerElektron1c97 <Elektron1c97@gmail.com>2015-12-06 19:18:52 +0100
commit6bd417df5075f1006557f6d9e44b5a9637015c70 (patch)
tree86b881ce78f77fca966230ae2580179ffff93188 /actionview/README.rdoc
parent8bdbf88dfd231f80b8e757b36e77ff72e6b6b83c (diff)
downloadrails-6bd417df5075f1006557f6d9e44b5a9637015c70.tar.gz
rails-6bd417df5075f1006557f6d9e44b5a9637015c70.tar.bz2
rails-6bd417df5075f1006557f6d9e44b5a9637015c70.zip
[ci skip] Add a dollar sign to each command in the READMEs
According to pr #22443 in the guides there's always a dollar sign before every command, so why is in the main README a `$` and in every submodule a `%`? Just eye candy..
Diffstat (limited to 'actionview/README.rdoc')
-rw-r--r--actionview/README.rdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionview/README.rdoc b/actionview/README.rdoc
index 8b1f85f748..7a3e5e31d0 100644
--- a/actionview/README.rdoc
+++ b/actionview/README.rdoc
@@ -9,7 +9,7 @@ used to inline short Ruby snippets inside HTML), and XML Builder.
The latest version of Action View can be installed with RubyGems:
- % gem install actionview
+ $ gem install actionview
Source code can be downloaded as part of the Rails project on GitHub
@@ -36,4 +36,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
-