From 93f2dd3d298d174a6806f88772301053490d8a41 Mon Sep 17 00:00:00 2001 From: Chris McKnight Date: Thu, 15 Jun 2017 16:02:31 -0500 Subject: [PATCH] chore(CONTRIBUTING): Change ngxErrors to ngx-errors --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5c722e..07b40da 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to @ultimate/ngxerrors +# Contributing to @ultimate/ngx-errors All contributions are greatly appreciated. @@ -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 ```