This repository was archived by the owner on Jul 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ All the documentation has been moved to the Wiki section, see the [github wiki](
70
70
* [ Angular-Validation Wiki] ( https://github.com/ghiscoding/angular-validation/wiki )
71
71
* Installation
72
72
* [ HOWTO - Step by Step] ( https://github.com/ghiscoding/angular-validation/wiki/HOWTO---Step-by-Step )
73
- * [ Bower/NuGet Packages] ( https://github.com/ghiscoding/angular-validation/wiki/Download-and-Install-it )
73
+ * [ Bower/NPM/ NuGet Packages] ( https://github.com/ghiscoding/angular-validation/wiki/Download-and-Install-it )
74
74
* [ Locales (languages)] ( https://github.com/ghiscoding/angular-validation/wiki/Locales-(languages) )
75
75
* Code Samples
76
76
* [ 3rd Party Addon Validation] ( https://github.com/ghiscoding/angular-validation/wiki/3rd-Party-Addons )
@@ -108,13 +108,13 @@ Download and Install it
108
108
Install with ** Bower**
109
109
110
110
``` javascript
111
- // You can install with
111
+ // bower install with
112
112
bower install angular- validation- ghiscoding
113
113
```
114
114
Install with ** NPM**
115
115
116
116
``` javascript
117
- // You can install with
117
+ // NPM install with
118
118
npm install angular- validation- ghiscoding
119
119
```
120
120
Install with ** NuGet** (see the [ NuGet Package Here] ( http://www.nuget.org/packages/Angular-Validation-Ghiscoding ) )
You can’t perform that action at this time.
0 commit comments