Skip to content

Commit

Permalink
Adds indents
Browse files Browse the repository at this point in the history
  • Loading branch information
alber70g authored Jun 24, 2021
1 parent 74a0ee1 commit 8d461f9
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,14 @@ The nice thing about schematics is that you don't need to add the dependency to
to upgrade, but you have to make it available. For that we have two options:

- install globally, after publishing, install globally

```sh
npm i -g <your-project-name>
```
```sh
npm i -g <your-project-name>
```

- link local project, run this command inside your schematics project

```sh
npm link
```
```sh
npm link
```

> ⚠️ Don't forget to build `npm run build`
Expand Down

0 comments on commit 8d461f9

Please sign in to comment.