From 50a6d7b5f65b773e775ada71935d8785d1ec89fb Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 28 Aug 2015 16:15:06 -0700 Subject: [PATCH] fix closing bracket here --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78d608d..cd22c7f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Returns all information about episodes in the given season number or a `404` reply if no episodes could be found. To get all information about the movies shown, set the season as `99`. -### `/season//episode//episode/` Returns all information about the episode with the given season and episode number. If the episode cannot be found, this will return a `404`.