diff --git a/README.md b/README.md
index cd96d18..aa45d63 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@
Run following command to install ng2-tel-input
npm install ng2-tel-input
-After installing, you need to add "intlTelInput.css" in your index.html.
+After installing, you need to add "intlTelInput.css" in your index.html.
In case of angular-cli, add path to css in your styles property in angular-cli.json. For example,
-"styles": [
- "styles.css",
- "../node_modules/intl-tel-input/build/css/intlTelInput.css"]
+"styles": [
+ "styles.css",
+ "../node_modules/intl-tel-input/build/css/intlTelInput.css"]
Once done, we are ready to use this library.