From ef528be8cdc2adc8446eb81fceffb9157027a4b5 Mon Sep 17 00:00:00 2001 From: Carlos Caballero Date: Sun, 28 Aug 2016 23:57:09 +0200 Subject: [PATCH] fix name of the npm package --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index f06f4de..9f2c2fb 100644 --- a/README.MD +++ b/README.MD @@ -47,7 +47,7 @@ If you need to support a previous version of Angular 2 for now, please see the [ 1. A recommended way to install ***ng2-inline-editor*** is through [npm](https://www.npmjs.com/search?q=ng2-inline-editor) package manager using the following command: - `npm i ng2-inline-editor2 --save` + `npm i ng2-inline-editor --save` 2. Include [Twitter Bootstrap](http://v4-alpha.getbootstrap.com/) and [FontAwesome](http://fontawesome.io/) in your project.