about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-09-26T11·07+0300
committerflokli <flokli@flokli.de>2023-09-26T15·24+0000
commit89a8306ded280bbde92c1d61fc5f9c2e646d9fcd (patch)
tree308fdcc00fa33c3acd55a57ae72b2ee1687950f5
parentfac32d0a5fe3ef766312e5fef295a372aab85032 (diff)
fix(tvix/store): rename Read method in Readme r/6663
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 <cbrewster@hey.com>
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
-rw-r--r--tvix/store/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/README.md b/tvix/store/README.md
index 8fa4cf5a67..a9d29671d8 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"