diff --git a/README.md b/README.md index f22b6af..2d0eda7 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ $faker->pokemonLocation; // Pallet Town $faker->pokemonMove; // Quick Attack $faker->pokemonQuote('oak') // Your very own tale of grand adventure is about to unfold $faker->pokeball() // Safari Ball +$faker->item() // Rare Candy $faker->keyItem() // Pokedex ```