rwaltenberg / angular-money-mask

Angular directive to mask inputs with currency values
GNU General Public License v3.0
14 stars 14 forks source link

Incorrect npm name #13

Open raphacmartin opened 6 years ago

raphacmartin commented 6 years ago

Hi, thanks for this directive!

When I ran npm install angular-money-directive --save as the README.md says to do, it installed this plugin: https://github.com/fiestah/angular-money-directive

The correct command isnpm install angular-money-mask --save I think, isn't it?

Thank you!

rwaltenberg commented 6 years ago

You're totally right! angular-money-directive is a former name. Could you please contribute by sending a PR with that change to the README.md file?