diff options
-rw-r--r-- | tvix/store/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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" |