Skip to content

Commit

Permalink
chrore(README): Updated the steps to install @qontu/ngx-inline-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Caballerog committed Jun 1, 2017
1 parent d74e8b0 commit 42fd63b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lib, ensure your version of Angular is compatible. The current version used to d

1. A recommended way to install ***ngx-inline-editor*** is through [npm](https://www.npmjs.com/search?q=ngx-inline-editor) package manager using the following command:

`npm i ngx-inline-editor --save`
`npm i @qontu/ngx-inline-editor --save`

2. Include the basic theme or configure your own styles which are in the following path:

Expand All @@ -63,7 +63,7 @@ Usage
Import `InlineEditorModule` into your app's modules:

``` typescript
import {InlineEditorModule} from 'ngx-inline-editor';
import {InlineEditorModule} from '@qontu/ngx-inline-editor';

@NgModule({
imports: [
Expand All @@ -72,7 +72,7 @@ import {InlineEditorModule} from 'ngx-inline-editor';
})
```

This makes all the `ngx-inline-editor` components available for use in your app components.
This makes all the `@qontu/ngx-inline-editor` components available for use in your app components.


## Simple Example
Expand Down

0 comments on commit 42fd63b

Please sign in to comment.