Skip to content

Commit

Permalink
Updated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Mar 24, 2015
1 parent 761551e commit 858ad78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 858ad78

Please sign in to comment.