Skip to content

Commit 5073950

Browse files
authored
fix: logo and rename to "ngx-errors"
1 parent 61ea2fc commit 5073950

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[![npm][npm-badge]][npm-badge-url]
55

66
<h1 align="center">
7-
<img width="40" valign="bottom" src="https://angular.io/resources/images/logos/angular/angular.svg">
8-
ngxErrors
7+
<img width="40" valign="bottom" src="https://angular.io/assets/images/logos/angular/angular.svg">
8+
ngx-errors
99
</h1>
1010
<h4 align="center">A declarative validation errors module for reactive forms.</h4>
1111

@@ -26,7 +26,7 @@ ngxErrors
2626

2727
# Overview
2828

29-
Why use ngxErrors, how to install and use.
29+
Why use ngx-errors, how to install and use.
3030

3131
### What is it?
3232

@@ -76,7 +76,7 @@ npm i @ultimate/ngxerrors
7676

7777
### Setup
7878

79-
Just add ngxErrors to your module:
79+
Just add ngx-errors to your module:
8080

8181
```js
8282
import { NgxErrorsModule } from '@ultimate/ngxerrors';
@@ -191,7 +191,7 @@ ngxErrors also supports FormGroups with control names using dot notation:
191191

192192
### Exported Directive API
193193

194-
ngxErrors exports itself as `ngxErrors`, which means you can access information about your control error states elsewhere in your template using a template reference, such as `#foo`.
194+
ngx-errors exports itself as `ngxErrors`, which means you can access information about your control error states elsewhere in your template using a template reference, such as `#foo`.
195195

196196
Basic usage:
197197

0 commit comments

Comments
 (0)