diff --git a/README.md b/README.md
index 3f1e5a4..8e5b541 100644
--- a/README.md
+++ b/README.md
@@ -49,9 +49,9 @@
 
 2) Make SMSResponse.php accessible from the web, a couple of ways of doing this:
 
-2a) Sore in webserver folder running on different port e.g. /var/www/html/SMSResponse.php with apache running on port 8888
+2a) Store in webserver folder running on different port e.g. /var/www/html/SMSResponse.php with apache running on port 8888
 
-2b) Run a simple PHP server from the GoSMS directory:
+2b) Run a simple PHP server from the /opt/GoSMS/ directory:
 
     php -S 0.0.0.0:8888