diff --git a/README.md b/README.md index 20d32d7..0e71403 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ And use it in the following way: \Yii::$app->cart->put($cartPosition, 1); ``` -If your original model that you want to use as cart position is too heavy to be stored in the session, you +If the original model that you want to use as cart position is too heavy to be stored in the session, you can create a separate class implementing CartPositionInterface, and original model can implement CartPositionProviderInterface: