Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsoni119 authored Nov 6, 2017
1 parent 34bafd5 commit 7dff0aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br />
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,<br />
"styles": [
"styles.css",
"../node_modules/intl-tel-input/build/css/intlTelInput.css"]
"styles": [<br />
"styles.css",<br />
"../node_modules/intl-tel-input/build/css/intlTelInput.css"]<br />
<br />
Once done, we are ready to use this library.

Expand Down

0 comments on commit 7dff0aa

Please sign in to comment.