diff options
author | Fbenas <philbeansburton@gmail.com> | 2018-05-07 16:04:19 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2018-05-07 16:04:19 +0100 |
commit | 06fd79055b1e9f850a51b68523114d3ded5ee26c (patch) | |
tree | d40c18cb0430b09c99f9b943d04e12816496d97c /README.md | |
parent | b5b6ce5b51738f26ff164a5c15715db12401d76b (diff) |
Adds some fullstops to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |