Skip to content

Commit 9a837fa

Browse files
committed
2 parents 737d55c + d1417ef commit 9a837fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ WorldCountriesConfiguration.ThrowIfNameNotFoundForALanguage = false;
150150
for the function `GetName(string languageCode)` it same as the previous one, the only difference is that the type of the returned name (common or official) will be detrmined from `WorldCountriesConfiguration` configuration class
151151

152152
```csharp
153-
// if set to `true` we will return the official name of the country when retrieving the name, if set to `false` the common name will be used, by default is set to `true`
153+
// if set to `true` we will return the official name of the country when retrieving the name,
154+
// if set to `false` the common name will be used, by default is set to `true`
154155
WorldCountriesConfiguration.UserOfficialNameWhenRetrievingCountryName = true;
155156
```
156157

@@ -204,7 +205,7 @@ var countries = service.FindByCurrency("MAD");
204205
KeyValuePair<string, string> countries = service.GetAsKeyValue();
205206
```
206207

207-
you can find the list of all supported countries [here](https://github.com/YoussefSell/Countries.Net/Countries.md).
208+
you can find the list of all supported countries [here](https://github.com/YoussefSell/Countries.Net/blob/master/Countries.md).
208209

209210
## Credits
210211

0 commit comments

Comments
 (0)