From 3786479a423adbe1a783f33bed6f21d5440d23d1 Mon Sep 17 00:00:00 2001 From: Arunkumar L Date: Sat, 13 Jun 2020 23:55:04 +0530 Subject: [PATCH] Update README.md Fixed a typo from "demo.pynb" to "demo.ipynb" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b4011f..367c5022 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To install the required python packages simply type ``` pip3 install -r requirements.txt ``` -Additionaly, to use ``demo.pynb``, you will also need [coco python api](https://github.com/cocodataset/cocoapi). You can get this using +Additionaly, to use ``demo.ipynb``, you will also need [coco python api](https://github.com/cocodataset/cocoapi). You can get this using ``` pip3 install git+https://github.com/philferriere/cocoapi.git ```