From 676788d63e7c2dc7033ca44b678a4ff30f0cf812 Mon Sep 17 00:00:00 2001 From: Ganesh Kunwar Date: Mon, 18 Feb 2019 18:06:27 +0545 Subject: [PATCH] Fixed typos to the unreleased_README.md (#1542) * Fixed typos to the unreleased_README.md * Revert notes * Fixed typo to README.md file --- README.md | 2 +- unreleased_README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'