From 89a8306ded280bbde92c1d61fc5f9c2e646d9fcd Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 26 Sep 2023 14:07:28 +0300 Subject: fix(tvix/store): rename Read method in Readme This call was renamed to `Read` a while ago, but I forgot to update the README. Change-Id: Ibcb97fe2520a5e9bb8444ec1adade6890dda4a91 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9476 Reviewed-by: Connor Brewster Reviewed-by: flokli Autosubmit: flokli Tested-by: BuildkiteCI --- tvix/store/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/store') diff --git a/tvix/store/README.md b/tvix/store/README.md index 8fa4cf5a67c5..a9d29671d8bb 100644 --- a/tvix/store/README.md +++ b/tvix/store/README.md @@ -49,7 +49,7 @@ data (TYPE_BYTES) => /run/current-system/system "digest": "KOM3/IHEx7YfInAnlJpAElYezq0Sxn9fRz7xuClwNfA=" } -tvix.castore.v1.BlobService@localhost:8000> call Get --bytes-as-base64 +tvix.castore.v1.BlobService@localhost:8000> call Read --bytes-as-base64 digest (TYPE_BYTES) => KOM3/IHEx7YfInAnlJpAElYezq0Sxn9fRz7xuClwNfA= { "data": "eDg2XzY0LWxpbnV4" -- cgit 1.4.1