diff --git a/README.md b/README.md index a724060..761cf6c 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ namespace App\Models; use Gloudemans\Shoppingcart\Contracts\Buyable; use Illuminate\Database\Eloquent\Model; -class Product exends Model implements Buyable { +class Product extends Model implements Buyable { public function getBuyableIdentifier($options = null) { return $this->id; }