diff --git a/README.md b/README.md index 59b025a4d7a1e01389a36d06dc66ef3ead272152..2c92106280d4e7aaa5164bd217828525ed61744a 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"]%