From 0469e89103b8c21e9b318b90f75e3f1e06727007 Mon Sep 17 00:00:00 2001 From: Johnny Mast Date: Mon, 1 Apr 2019 19:52:31 +0200 Subject: [PATCH] Added license and updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f10fc1d..5d4aa82 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ echo $morse->encode(); ## Return values -The encode and decode methods could return en empty string if no translation could beforce. So please take note of this. +The encode and decode methods could return en empty string if no translation could be made. So please take note of this. ## Installation @@ -62,7 +62,7 @@ The following versions of PHP are supported by this version. ## Development Requirements -+ PHPUNIT 5.7 ++ PHPUnit 5.7 ## Author