From 2453433d8a5277a7453e1faed3061cfd476b01f5 Mon Sep 17 00:00:00 2001 From: aadegbam Date: Fri, 13 Jul 2018 18:50:49 -0600 Subject: [PATCH] Work in progress! --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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