Skip to content

Commit a2da0ef

Browse files
author
Paolo Lim
authored
Switching master to main (#106)
1 parent 636296d commit a2da0ef

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@ simple, canonical set of reference data that we use throughout Flow.
88
## JSON Data
99

1010
JSON data files can be found in the
11-
[data/final](https://github.com/flowcommerce/json-reference/tree/master/data/final)
11+
[data/final](https://github.com/flowcommerce/json-reference/tree/main/data/final)
1212
directory.
1313

14-
- [Continents](https://github.com/flowcommerce/json-reference/blob/master/data/final/continents.json)
14+
- [Continents](https://github.com/flowcommerce/json-reference/blob/main/data/final/continents.json)
1515
A list of continents and the countries they contain
1616

17-
- [Countries](https://github.com/flowcommerce/json-reference/blob/master/data/final/countries.json)
17+
- [Countries](https://github.com/flowcommerce/json-reference/blob/main/data/final/countries.json)
1818
A list of countries, including metadata on their measurement
1919
system, default currency, languages, and timezones
2020

21-
- [Currencies](https://github.com/flowcommerce/json-reference/blob/master/data/final/currencies.json)
21+
- [Currencies](https://github.com/flowcommerce/json-reference/blob/main/data/final/currencies.json)
2222
A list of currencies, including metadata for localization
2323

24-
- [Languages](https://github.com/flowcommerce/json-reference/blob/master/data/final/languages.json)
24+
- [Languages](https://github.com/flowcommerce/json-reference/blob/main/data/final/languages.json)
2525
A list of languages and the countries in which they are spoken
2626

27-
- [Locales](https://github.com/flowcommerce/json-reference/blob/master/data/final/locales.json)
27+
- [Locales](https://github.com/flowcommerce/json-reference/blob/main/data/final/locales.json)
2828
A list of locales and specific number formats
2929

30-
- [Payment Methods](https://github.com/flowcommerce/json-reference/blob/master/data/final/payment-methods.json)
30+
- [Payment Methods](https://github.com/flowcommerce/json-reference/blob/main/data/final/payment-methods.json)
3131
A list of all the payment methods supported by Flow
3232

33-
- [Regions](https://github.com/flowcommerce/json-reference/blob/master/data/final/regions.json)
33+
- [Regions](https://github.com/flowcommerce/json-reference/blob/main/data/final/regions.json)
3434
A region represents a geographic area of the world. Regions can be countries, continents or other political areas (like the Eurozone)
3535

36-
- [Timezones](https://github.com/flowcommerce/json-reference/blob/master/data/final/timezones.json)
36+
- [Timezones](https://github.com/flowcommerce/json-reference/blob/main/data/final/timezones.json)
3737
A list of timezones
3838

3939
## Related libraries

0 commit comments

Comments
 (0)