Skip to content

Commit a268860

Browse files
committed
Merge pull request #204 from prsimp/readme-cleanup
Use consistent single quotes in README
2 parents 99d899d + ee5caed commit a268860

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Also, if you pass the -r option, it'll annotate routes.rb with the output of
5151

5252
Into Gemfile from rubygems.org:
5353

54-
gem 'annotate', "~> 2.6.5"
54+
gem 'annotate', '~> 2.6.5'
5555

5656
Into Gemfile from Github:
5757

@@ -137,11 +137,11 @@ executed whenever you run +rake db:migrate+ (but only in development mode).
137137
If you want to disable this behavior permanently, edit the +.rake+ file and
138138
change:
139139

140-
'skip_on_db_migrate' => "false",
140+
'skip_on_db_migrate' => 'false',
141141

142142
To:
143143

144-
'skip_on_db_migrate' => "true",
144+
'skip_on_db_migrate' => 'true',
145145

146146
If you want to run +rake db:migrate+ as a one-off without running annotate,
147147
you can do so with a simple environment variable, instead of editing the

0 commit comments

Comments
 (0)