From 81b4e0b58288467a045f13eaa101cea31147cef7 Mon Sep 17 00:00:00 2001 From: janelbrandon Date: Wed, 9 Oct 2019 12:59:24 +1000 Subject: [PATCH] Add function item() usage to README.md #8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db0e597..386db54 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 ```