Skip to content

Commit e7f329e

Browse files
authored
Merge pull request #298 from jama5262/JIFFY-297-fix-documentation
[JIFFY-297] Fix documentation
2 parents 37cc090 + 75110d7 commit e7f329e

10 files changed

+548
-451
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ Jiffy.parse('1997/9/23')
8787
## Locale Support
8888
```dart
8989
// Get current locale code, by default it is en_us
90-
Jiffy.now().localeCode; // en_us
90+
Jiffy.now().locale.code; // en_us
9191
92-
// Setting your preferred locale
92+
// Setting your preferred locale
9393
await Jiffy.setLocale('fr_ca');
9494
Jiffy.now().yMMMMEEEEdjm; // dimanche 26 février 2023 12 h 03
9595
@@ -110,7 +110,6 @@ Reach out to me at one of the following places!
110110

111111
- Email me at [[email protected]](mailto:[email protected])
112112
- LinkedIn [Jama Mohamed](https://www.linkedin.com/in/jama-mohamed/)
113-
- Twitter [timedjama5262](https://twitter.com/timedjama5262)
114113

115114

116115
## License

0 commit comments

Comments
 (0)