From 3fb63e5b6739ef8778e1e81d88a6a5fc0f24eb5c Mon Sep 17 00:00:00 2001
From: "Sastry, Nishanth Prof (Computer Science)" <n.sastry@surrey.ac.uk>
Date: Fri, 26 Mar 2021 01:41:41 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 59b025a..2c92106 100644
--- a/README.md
+++ b/README.md
@@ -161,7 +161,7 @@ $ curl 127.0.0.1:5002/showtimes/20151130
 ["The Good Dinosaur", "The Martian", "Spectre"]%      
 ```
 
-Now, if you uncomment line 31 of movieservice.py and run `curl` again, you should see that the movie titles changes from `The Good Dinosaur` `The Martian' and `Spectre` to `Hello world` in each case: 
+Now, if you uncomment line 31 of movieservice.py and run `curl` again, you should see that the movie titles changes from `The Good Dinosaur`, `The Martian` and `Spectre` to `Hello world` in each case: 
 ```console
 $ curl 127.0.0.1:5002/showtimes/20151130
 ["hello world", "hello world", "hello world"]%
-- 
GitLab