From 1e85182558b37263a77165a43805bd6307c4fb8e Mon Sep 17 00:00:00 2001 From: Anish-Shobith Date: Sun, 5 Apr 2020 04:04:43 +0530 Subject: [PATCH] feat: yesterday(docs) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 21d6716..0e5dd7f 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,13 @@ const track = new NovelCovid(); ```js .all(); ``` + +### Yesterday + +```js +.yesterday(); +``` + ### Countries ```js @@ -94,6 +101,7 @@ const track = new NovelCovid(); ``` ### States + ```js .states(); // For ALL states ``` @@ -103,6 +111,7 @@ const track = new NovelCovid(); ``` ### Historical + ```js .historical(); // For ALL ``` @@ -120,6 +129,7 @@ const track = new NovelCovid(); ``` ### Jhucsse + ```js .jhucsse(); @@ -129,6 +139,7 @@ const track = new NovelCovid(); ``` ### countryName + ```js .countryNames(); // All the country names which are effected. ```