From 06fd79055b1e9f850a51b68523114d3ded5ee26c Mon Sep 17 00:00:00 2001 From: Fbenas Date: Mon, 7 May 2018 16:04:19 +0100 Subject: Adds some fullstops to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cdd9b51..97456b8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ In general I am happy to work with many different coding standards, but here I h I have added a constraint to the composer json for this test so that php7 is a hard requirement. I decided that it's useful to show that I understand the differences in major and minor versions of PHP and can therefore write relevant and runnable code that runs, regardless of the system constraints. # Structure -Set-up of classes using composer and PSR4 autoloading standard +Set-up of classes using composer and PSR4 autoloading standard. ## Input handling @@ -50,7 +50,7 @@ Here I decided against of any long-term persistence and instead I have created a ## File Handling -I have also kept this part as simple as possible. The class `App\Handler\File` simply loads a file into a string for proper parsing later +I have also kept this part as simple as possible. The class `App\Handler\File` simply loads a file into a string for proper parsing later. ## Model -- cgit v1.2.3