From c96022983c750a24217c5034518906a68601fc39 Mon Sep 17 00:00:00 2001 From: Vitor Oliveira Date: Fri, 23 Dec 2022 10:44:29 -0800 Subject: [PATCH] Remove broken readme links (#2668) * Remove broken links * #team does not exist in readme anymore * fix faker bot cli broken menu * faker-bot cli is outdated --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index 3ef7959766..da75193134 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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`: