Skip to content

Commit

Permalink
docs: fix package name on install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Nov 5, 2023
1 parent 6cbbbd2 commit 6a25ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Hopefully one day, the Angular CLI will support some of this out of the box, but
Install with your favorite package manager:

```bash
npm install -D ngx-esbuild
npm install -D @clickup/ngx-esbuild
```

Add a new target to your apps `project.json` (assuming you have a `build` target using the `@angular-devkit/build-angular:browser` or `@angular-devkit/build-angular:browser-esbuild` executors):
Expand Down

0 comments on commit 6a25ec4

Please sign in to comment.