Skip to content
Snippets Groups Projects
Commit 3fb63e5b authored by Sastry, Nishanth Prof (Comp Sci & Elec Eng)'s avatar Sastry, Nishanth Prof (Comp Sci & Elec Eng)
Browse files

Update README.md

parent 08f10957
No related branches found
No related tags found
No related merge requests found
......@@ -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"]%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment