Skip to content

Commit db683ef

Browse files
docs(README.md): update
1 parent 33e6793 commit db683ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Run `ng test error` to execute the unit tests via [Karma](https://karma-runner.g
9494
Install `@angular-package/error` package with command:
9595

9696
```bash
97-
npm i --save @angular-package/error
97+
npm i @angular-package/error --save
9898
```
9999

100100
<br>
@@ -134,7 +134,7 @@ Manages an [`Error`][js-error] of the validation.
134134

135135
----
136136

137-
### `ValidationError.template`
137+
#### `ValidationError.template`
138138

139139
Template of the error message with the replaceable `[problem]` and `[fix]`. By default, it's set to `Problem: [problem] => Fix: [fix]`.
140140

@@ -148,7 +148,7 @@ static template = `Problem: [problem] => Fix: [fix]`;
148148

149149
----
150150

151-
### `ValidationError.prototype.fix`
151+
#### `ValidationError.prototype.fix`
152152

153153
A possible solution to the described problem of a [`string`][js-string] type. By default, it's an empty [`string`][js-string].
154154

0 commit comments

Comments
 (0)