From 71be8f38800bb3c7fb0e71be048127b17954d5f3 Mon Sep 17 00:00:00 2001 From: DV Dasari Date: Fri, 5 May 2017 23:52:36 -0500 Subject: [PATCH] Update commerce documentation fixes #901 --- doc/commerce.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/commerce.md b/doc/commerce.md index 91664f66d0..123f877c77 100644 --- a/doc/commerce.md +++ b/doc/commerce.md @@ -15,4 +15,6 @@ Faker::Commerce.price #=> "44.6" # Generate a random promotion code. # Optional argument digits = 6 for number of random digits in suffix Faker::Commerce.promotion_code #=> "AmazingDeal829102" + +Faker::Commerce.material #=> "Plastic" ```