Skip to content

Commit

Permalink
Fixed typos to the unreleased_README.md (#1542)
Browse files Browse the repository at this point in the history
* Fixed typos to the unreleased_README.md

* Revert notes

* Fixed typo to README.md file
  • Loading branch information
gkunwar authored and vbrazo committed Feb 18, 2019
1 parent bca9f62 commit 676788d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion unreleased_README.md
Expand Up @@ -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'
Expand Down

0 comments on commit 676788d

Please sign in to comment.