From 05fc438fa41b2949f1634949d4389c9b1c119e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastia=CC=81n=20Katzer?= Date: Mon, 19 Aug 2013 14:29:13 +0200 Subject: [PATCH] Added cmd how to remove the plugin from your project --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 47c0429..cdfb47f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/gui cordova plugin add https://github.com/katzer/cordova-plugin-printer.git ``` +## Removing the Plugin from your project +Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface): +``` +cordova plugin rm de.appplant.cordova.plugin.printer +``` + ## Release Notes ## #### Version 0.2.0 (11.08.2013) #### - Added iOS support