kristianhristov / cordova-cookie-master

MIT License
26 stars 113 forks source link

Fix README: The method is called `clear` not `clearCookies` #7

Open battmanz opened 8 years ago

battmanz commented 8 years ago

The README file needs to be updated with the correct method name for clearing cookies. It should say cookieMaster.clear(...) instead of cookieMaster.clearCookies(...).