Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
omnilight committed Oct 20, 2014
1 parent 59a3219 commit b74321a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b74321a

Please sign in to comment.