aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/README.md
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 /activejob/README.md
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 'activejob/README.md')
-rw-r--r--activejob/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/README.md b/activejob/README.md
index d9ff561695..7268186c00 100644
--- a/activejob/README.md
+++ b/activejob/README.md
@@ -102,7 +102,7 @@ see the API Documentation for [ActiveJob::QueueAdapters](http://api.rubyonrails.
The latest version of Active Job can be installed with RubyGems:
```
- % gem install activejob
+ $ gem install activejob
```
Source code can be downloaded as part of the Rails project on GitHub