Skip to content

Commit

Permalink
[chore]: readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-khanna committed Apr 8, 2024
1 parent 9aee705 commit 5438947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/i18nify-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,8 @@ Looking for a global adventure? The getAllCountries API is your passport to a wo

```javascript
// Fetching the list of all countries
console.log(getAllCountries());
const res = await getAllCountries();
console.log(res);
/*
"AF": {
"country_name": "Afghanistan",
Expand Down

0 comments on commit 5438947

Please sign in to comment.