Skip to content

Commit

Permalink
Remove broken readme links (#2668)
Browse files Browse the repository at this point in the history
* Remove broken links

* #team does not exist in readme anymore

* fix faker bot cli broken menu

* faker-bot cli is outdated
  • Loading branch information
vbrazo committed Dec 23, 2022
1 parent 19a18ec commit c960229
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,12 @@ and it was the original impetus for the creation of this gem).
- [Notes](#notes)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [CLI](#cli)
- [Ensuring unique values](#ensuring-unique-values)
- [Deterministic Random](#deterministic-random)
- [Customization](#customization)
- [Generators](#generators)
- [Default](#default)
- [Blockchain](#blockchain)
- [Books](#books)
- [Fantasy](#fantasy)
- [Creature](#creature)
- [Games](#games)
- [Japanese Media](#japanese-media)
- [Movies](#movies)
- [Music](#music)
- [Quotes](#quotes)
- [Sports](#sports)
- [Tv Shows](#tv-shows)
- [Contributing](#contributing)
- [Versioning](#versioning)
- [Team](#team)
- [License](#license)

### Notes
Expand Down Expand Up @@ -117,13 +103,6 @@ def character
end
```

### Faker-bot CLI (command-line interface)

[faker-bot](https://github.com/faker-ruby/faker-bot) is a tool to make it easier
to pick the right Faker methods to generate the fake data you need.

Instructions are available in the [faker-bot README](https://github.com/faker-ruby/faker-bot).

### Ensuring unique values

To ensure Faker generates unique values, prefix your method call with `unique`:
Expand Down

0 comments on commit c960229

Please sign in to comment.