summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2018-05-07 16:04:19 +0100
committerFbenas <philbeansburton@gmail.com>2018-05-07 16:04:19 +0100
commit06fd79055b1e9f850a51b68523114d3ded5ee26c (patch)
treed40c18cb0430b09c99f9b943d04e12816496d97c
parentb5b6ce5b51738f26ff164a5c15715db12401d76b (diff)
Adds some fullstops to readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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