Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodp committed Dec 11, 2024
1 parent b219687 commit d8c8c27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ if ( notFound.length > 0 ) {
//

const inclusionsOrFixes = [
// Antactica has no official currency, so we will assume USD.
// Antarctica has no official currency, so we will assume USD.
{ countryCode: 'AQ', currencyCode: 'USD',
country: 'Antactica', details: 'Antactica has no official currency',
country: 'Antarctica', details: 'Antarctica has no official currency',
thanks: [ 'thiagodp' ]
},
// Palestine uses the currency 'New Israeli Sheqel' (ILS), according to Google.
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ console.log( countryToCurrency[ 'US' ] ); // USD

| Country | Currency | Details | Thanks to |
|---------|----------|---------|-----------|
| Antactica (`AQ`) | `USD` | Antactica has no official currency | [@thiagodp](https://github.com/thiagodp)|
| Antarctica (`AQ`) | `USD` | Antarctica has no official currency | [@thiagodp](https://github.com/thiagodp)|
| Palestine (`PS`) | `ILS` | Google | [@thiagodp](https://github.com/thiagodp)|
| Turkey (`TR`) | `TRY` | Wikipedia | [@kylem123](https://github.com/kylem123), [@thiagodp](https://github.com/thiagodp)|
| South Korea (`KR`) | `KRW` | ISO 4217 | [@MunjaeLee](https://github.com/MunjaeLee), [@thiagodp](https://github.com/thiagodp)|
Expand Down

0 comments on commit d8c8c27

Please sign in to comment.