Skip to content

Commit

Permalink
Fix datatype in api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadkazmi42 committed Aug 11, 2019
1 parent 30b5e52 commit 3cfda46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cfda46

Please sign in to comment.