diff --git a/README.md b/README.md index ea2c0e2..b792458 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This package provides optional strict-typing of collection items and strives for ## Basics -If you are simply looking to store items of the same or differing types in a collection you can use simply use the `GenericCollection` class like so: +If you are simply looking to store items of the same or differing types in a collection you can use simply use the **GenericCollection** class like so: ```php