From bea028a2eed094012c582753d33278afa2e0e45d Mon Sep 17 00:00:00 2001 From: Ashwin Ramaswami SMILEUPPS-2150E2452E Date: Sat, 16 Jul 2016 15:37:01 -0400 Subject: [PATCH] Fixed typo in readme --- src/taco-livereload/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taco-livereload/README.md b/src/taco-livereload/README.md index 0f48046e..50fc89d8 100644 --- a/src/taco-livereload/README.md +++ b/src/taco-livereload/README.md @@ -13,7 +13,7 @@ due to an issue with the [npm package 'ios-sim'](https://www.npmjs.com/package/i Livereload doesn't work with projects created with an Ionic Base Template (via `taco create foo --template https://github.com/driftyco/ionic-app-base`). This is due to the fact that the `cordova-plugin-whitelist` plugin isn't part of the template's config.xml. To resolve it, do the following: - - `taco platform add cordova-plugin-whitelist --save` + - `taco plugin add cordova-plugin-whitelist --save` - `taco run --livereload`