From c896dd6514ffaa1f6de77aa6974f0e6e1ca0421b Mon Sep 17 00:00:00 2001 From: "Dr. E" Date: Mon, 2 Dec 2013 16:03:50 +0100 Subject: [PATCH] Updated README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ef34aa..098462f 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,12 @@ Phonegap Cookies Plugin Phonegap/Cordova plugin that allows you to clear cookies of the webview. Use it for logging out the user, restart analytics session etc. -## Why a plugin? +## Why a plugin? On Phonegap `document.cookie` is empty, index.html and all other files are loaded with `file://` protocol. Phonegap manages cookies internally, but doesn't expose any function for clearing them. -## Installation: - -### Automatically (CLI / Plugman) +## Installation Cookies is compatible with [Cordova Plugman](https://github.com/apache/cordova-plugman) and ready for the [PhoneGap 3.0 CLI](http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface_add_features), here's how it works with the CLI: