diff --git a/README.md b/README.md index 687201df4e..a2ad185c5e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ development. ```bash gem install faker ``` -Note: if you are getting a `uninitialized constant Faker::[some_class]` error, your version of the gem is behind the one documented here. To make sure that your gem is the one documented here, change the line in your gemfile to: +Note: if you are getting a `uninitialized constant Faker::[some_class]` error, your version of the gem is behind the one documented here. To make sure that your gem is the one documented here, change the line in your Gemfile to: ```ruby gem 'faker', :git => 'https://github.com/stympy/faker.git', :branch => 'master' diff --git a/unreleased_README.md b/unreleased_README.md index 6693ae9f38..fa2ea91407 100644 --- a/unreleased_README.md +++ b/unreleased_README.md @@ -49,7 +49,7 @@ development. ```bash gem install faker ``` -Note: if you are getting a `uninitialized constant Faker::[some_class]` error, your version of the gem is behind the one documented here. To make sure that your gem is the one documented here, change the line in your gemfile to: +Note: if you are getting a `uninitialized constant Faker::[some_class]` error, your version of the gem is behind the one documented here. To make sure that your gem is the one documented here, change the line in your Gemfile to: ```ruby gem 'faker', :git => 'https://github.com/stympy/faker.git', :branch => 'master'