From 7dff0aa04a1a86ad737a149f9f32d91c80a5bbec Mon Sep 17 00:00:00 2001 From: Gaurav Soni Date: Mon, 6 Nov 2017 23:37:11 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.