Skip to content

Commit

Permalink
fixed up README
Browse files Browse the repository at this point in the history
  • Loading branch information
10Nates committed Dec 14, 2022
1 parent 7d13d76 commit b51109d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

### What is MicroCookie?

MicroCookie is a desert-bone-dry cookie management package (just 572 bytes minimized!) designed to be so small you don't even notice it's there. It's also [100% compatible.](https://seedmanc.github.io/jscc/)
MicroCookie is a desert-bone-dry cookie management package (just 566 bytes minimized!) designed to be so small you don't even notice it's there. It's also [100% compatible.](https://seedmanc.github.io/jscc/)

<br>

Expand All @@ -37,7 +37,6 @@ It boils down to compatibility. Not every browser supports max-age, and some bro

- Only the value of the primary key of the cookie is encoded. Everything else is assumed to be clean input.
- There is no internal namespace conflict management
- This does not support HttpOnly assignment due to the limitation of being client-side JavaScript.
- This is not guaranteed to be RFC 6265 compliant. However, if you find an incompliant section, it is considered a bug.
- npm is probably the clunkiest way of using this library. It does work, though.
- All instructions assume you are running a Unix-based operating system. This probably won't matter if you aren't using npm.
Expand Down

0 comments on commit b51109d

Please sign in to comment.