Skip to content

Commit 82c8d95

Browse files
author
Nesrine Setitra
committed
Adding badges (npm, devDependencies)
1 parent bdbae6a commit 82c8d95

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CookieJar
22

3+
[![NPM version](http://img.shields.io/npm/v/cookiejar.svg)](https://www.npmjs.org/package/cookiejar)
4+
[![devDependency Status](https://david-dm.org/bmeck/node-cookiejar/dev-status.svg)](https://david-dm.org/bmeck/node-cookiejar?type=dev)
5+
36
Simple robust cookie library
47

58
## Exports
@@ -19,7 +22,7 @@ Simple robust cookie library
1922
### Cookie(cookiestr_or_cookie, request_domain, request_path)
2023

2124
turns input into a Cookie (singleton if given a Cookie)
22-
the `request_domain` argument is used to default the domain if it is not explicit in the cookie string
25+
the `request_domain` argument is used to default the domain if it is not explicit in the cookie string
2326
the `request_path` argument is used to set the path if it is not explicit in a cookie String.
2427

2528
explicit domains/paths will cascade, implied domains/paths must *exactly* match (see http://en.wikipedia.org/wiki/HTTP_cookie#Domain_and_Pat)

0 commit comments

Comments
 (0)