Skip to content

Commit d8b6542

Browse files
authored
Merge pull request #26 from cmckni3/master
Fix project name and clone URL in CONTRIBUTING.md
2 parents 5073950 + 93f2dd3 commit d8b6542

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to @ultimate/ngxerrors
1+
# Contributing to @ultimate/ngx-errors
22

33
All contributions are greatly appreciated.
44

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

1111
# Make a change
1212

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

1515
```bash
16-
git clone [email protected]:UltimateAngular/ngxerrors.git
17-
cd ngxerrors
16+
git clone [email protected]:UltimateAngular/ngx-errors.git
17+
cd ngx-errors
1818
yarn install
1919
yarn example
2020
```

0 commit comments

Comments
 (0)