Skip to content

Commit e950695

Browse files
authored
Merge pull request #140 from rramo012/patch-1
Update README.md
2 parents efa18b5 + 7400b33 commit e950695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ npm install --save @angular-material-extensions/password-strength
173173
In your systemjs config file, `map` needs to tell the System loader where to look for `@angular-material-extensions/password-strength`:
174174
```js
175175
map: {
176-
'@angular-material-extensions/password-strength': 'node_modules/@angular-material-extensions/password-strength/bundles/@angular-material-extensions/password-strength.umd.js',
176+
'@angular-material-extensions/password-strength': 'node_modules/@angular-material-extensions/password-strength/bundles/password-strength.umd.js',
177177
}
178178
```
179179
---

0 commit comments

Comments
 (0)