diff --git a/readme.md b/readme.md index 6474ddd..091bb16 100644 --- a/readme.md +++ b/readme.md @@ -110,9 +110,6 @@ val users = result.first().data>() In order to interact with id's in a type safe way, you can use `Thing` type. ```kotlin - -import java.time.ZoneId - @Serializable data class User( val id: Thing = unknown(), @@ -160,4 +157,4 @@ assert(author.password == "1234") - [SurrealDB](https://surrealdb.com/) - [Api Documentation](https://mnbjhu.github.io/surrealdb-kotlin-driver/api/) - [Installing SurrealDB](https://surrealdb.com/docs/installation) -- [Kotlinx Serialization](https://github.com/Kotlin/kotlinx.serialization) \ No newline at end of file +- [Kotlinx Serialization](https://github.com/Kotlin/kotlinx.serialization)