Skip to content

Commit bad6c06

Browse files
committed
fix(readme): Mention "ng add" in instructions
1 parent 6481613 commit bad6c06

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ from `@angular/forms`, making it intuitive to work with.
1616

1717
# Installation
1818

19-
All you need is to `yarn add @ngqp/core` (or `npm install --save @ngqp/core`) and import the `QueryParamModule` into your app module:
19+
Simply run `ng add @ngqp/core` – that's it! We will automatically install ngqp and import it into your app.
20+
21+
If you want, you can also avoid running schematics. Just run `yarn add @ngqp/core` (or `npm install --save @ngqp/core`) and import the `QueryParamModule` into your app module:
2022

2123
```typescript
2224
import { NgModule } from '@angular/core';

0 commit comments

Comments
 (0)