Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to @ultimate/ngxerrors
# Contributing to @ultimate/ngx-errors

All contributions are greatly appreciated.

Expand All @@ -10,11 +10,11 @@ When you submit an issue, please keep to the pre-filled template, as it will hel

# Make a change

To setup `@ultimate/ngxerrors` for development, run the following -
To setup `@ultimate/ngx-errors` for development, run the following -

```bash
git clone git@github.com:UltimateAngular/ngxerrors.git
cd ngxerrors
git clone git@github.com:UltimateAngular/ngx-errors.git
cd ngx-errors
yarn install
yarn example
```
Expand Down