From ee91124041a40002f32243af0eef635f1cb81d3e Mon Sep 17 00:00:00 2001 From: xiaoyuanxun <53613219+xiaoyuanxun@users.noreply.github.com> Date: Sat, 19 Mar 2022 02:33:03 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3a57bb..1ff22c2 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ You can use this as simple as using the TireMap. public func put(key: Text, value : Blob): Result.Result<(), Error> ``` - tips: you can transform any type T to Text by using ``debug_show(t:)`` + tips: you can transform any type T to Text by using ``debug_show(t: T)`` - **get** : use the key to get the value @@ -129,7 +129,7 @@ Due to the problem of IC mainnet, HTTP-StreamingCallback cannot work at present, public func put(key: Text, value : Blob): Result.Result<(), Error> ``` - tips: you can transform any type T to Text by using ``debug_show(t:)`` + tips: you can transform any type T to Text by using ``debug_show(t: T)`` - **get** : use the key to get the value