From 858ad78f3443638bf90585792a1db57372f8b29f Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Tue, 24 Mar 2015 11:41:49 -0400 Subject: [PATCH] Updated usage --- docs/USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index d487781a..ab856d42 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -281,7 +281,7 @@ the method `createSku($code, $overwrite = false)` on your Inventory record like This function contains no validation besides checking if an item already has an SKU, so you can create your own ways of generating unique SKU's. -If an item already has an SKU, and `createSku($code)` is called, then an 'Stevebauman\Inventory\Exceptions\SkuAlreadyExistsException` +If an item already has an SKU, and `createSku($code)` is called, then an `Stevebauman\Inventory\Exceptions\SkuAlreadyExistsException` will be thrown. If you'd like to overwrite the SKU if it exists, pass in `true` into the second argument in the function like so: