From 9ced370252952390f015cd3ed15c0a22e24df978 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Sun, 12 May 2024 11:48:44 +0100 Subject: [PATCH] Improve README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c731290..bfdcb2d 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ data, err := surrealdb.SmartMarshal(s.db.Create, user[0]) ### Smart Unmarshal -SurrealDB Go library supports smart unmarshal. It means that you can unmarshal any type of data to the generic type provided. SurrealDB Go library will automatically convert it to that type. +SurrealDB Go library supports smart unmarshal. It means that you can unmarshal any type of data to the generic type provided, and the library will automatically convert it to that type. ```go // User struct is a test struct