Skip to content

Commit

Permalink
Improved documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanparati committed Oct 28, 2022
1 parent 0e75974 commit 6c5fde2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ It returns something like this:
"alpha3" => "ALB",
"numeric" => "008",
"tld" => ".al",
"currencies" => Collection [
"currencies" => [
'ALL'
],
"languages" => Collection [
"languages" => [
"SQ",
],
"continents" => Collection [
"continents" => [
"EU",
],
"name" => "Albania",
Expand Down Expand Up @@ -184,7 +184,7 @@ It returns something like:
"CA" => [
"code" => "CA",
"name" => "Catalan",
"countries" => Collection [
"countries" => [
[
"alpha2" => "AD",
"alpha3" => "AND",
Expand All @@ -197,10 +197,10 @@ It returns something like:
],
...
],
"currencies" => Collection [
"currencies" => [
"EUR",
],
"continents" => Collection [
"continents" => [
"EU",
],
]
Expand Down

0 comments on commit 6c5fde2

Please sign in to comment.