Skip to content

Commit b35172a

Browse files
committed
correct
1 parent 9e0a348 commit b35172a

2 files changed

Lines changed: 415 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ of a country) to an empty `<span>`. If you want to have a squared version flag
1111
then add the class `flag-icon-squared` as well. Example:
1212

1313
```html
14-
<span class="flag-icon flag-icon-gr"></span>
15-
<span class="flag-icon flag-icon-gr flag-icon-squared"></span>
14+
<span class="flag-icon flag-icon-sun"></span>
15+
<span class="flag-icon flag-icon-sun flag-icon-squared"></span>
1616
```
1717

1818
You could also apply this to any element, but in that case you'll have to use the
@@ -216,7 +216,7 @@ The project is compiled using SASS.
216216
* 'pan' - Panama
217217
* 'pcn' - Pitcairn
218218
* 'per' - Peru
219-
* 'phl' - Phillipines
219+
* 'phl' - Philippines
220220
* 'plw' - Palau
221221
* 'png' - Papua New Guinea
222222
* 'pol' - Poland
@@ -276,7 +276,7 @@ The project is compiled using SASS.
276276
* 'ukr' - Ukraine
277277
* 'umi' - United States Minor Outlying Islands
278278
* 'ury' - Uruguay
279-
* 'usa' - USA
279+
* 'usa' - United States of America (USA)
280280
* 'uzb' - Uzbekistan
281281
* 'vat' - Vanuatu
282282
* 'vct' - Vatican

0 commit comments

Comments
 (0)