Skip to content

Commit ca5488d

Browse files
committed
example simplified
1 parent 995aa02 commit ca5488d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ plugins {
2828
```kotlin
2929
import com.github.demidko.telegram.TelegramStorage.Constructors.TelegramStorage
3030

31-
@Serializable
32-
data class Person(val name: String, val address: String)
31+
@Serializable data class Person(val name: String, val address: String)
3332

3433
fun main() {
3534
val token = "Bot API token here"

0 commit comments

Comments
 (0)