Skip to content

Commit d4503e6

Browse files
README > Add Extras
1 parent ae9ddad commit d4503e6

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
+ val zoneId = ZoneIds.AMERICA_LOS_ANGELES
2828
```
2929

30-
## Features
30+
## Features
3131
### Parsing
3232
_Convert strings into Java Time objects with ease_
3333
```kotlin
@@ -103,7 +103,7 @@ val result = LocalDateTimes.tomorrow()
103103
val result = ZonedDateTimes.nextMonday()
104104
```
105105

106-
## Installation
106+
## 🔨 Installation
107107
Add the following to your module’s `build.gradle`:
108108
```gradle
109109
repositories {
@@ -145,5 +145,8 @@ For more information on Android desugaring click [here](https://developer.androi
145145

146146
</details>
147147

148-
## Find this library useful? 😏
149-
If you like what you see, please star the repository __[as others have](https://github.com/seljabali/java-time-fun/stargazers)__! ⭐️ <br>
148+
## 😏 Find this library useful?
149+
If you like what you see, please star the repository __[as others have](https://github.com/seljabali/java-time-fun/stargazers)__! ⭐️
150+
151+
## 🍪 Extras
152+
[DateTimeFormats](https://gist.github.com/seljabali/d9476427db7f39645d8f94f8a0707751) to help with day to day printing/parsing of datetimes!

0 commit comments

Comments
 (0)