From 3cfda4671a1efb263c7a8de44ac05e9ffaa29f0e Mon Sep 17 00:00:00 2001 From: Arshad Kazmi Date: Sun, 11 Aug 2019 23:31:49 +0530 Subject: [PATCH] Fix datatype in api doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad8f6d8..3a1271f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ await ChromeCookie.setCookie(DATA); - **`getCookie(path)`** - Returns cookie json from database for the input path - **Params** - - path (JSON) + - path (String) - **`setCookie(cookies)`** - Adds all the input cookies into the sqlite database