diff --git a/README.md b/README.md index 416618c..35277f0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Removes the accents from a string, converting them to their corresponding non-accented ASCII characters. +``` +npm install remove-accents +``` + [![Build Status](https://travis-ci.org/tyxla/remove-accents.svg)](https://travis-ci.org/tyxla/remove-accents) ## About