diff options
Diffstat (limited to 'tvix/store/README.md')
-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 951568516773..ca64cd249c1e 100644 --- a/tvix/store/README.md +++ b/tvix/store/README.md @@ -11,7 +11,7 @@ level than that, which provides more deduplication possibilities, and more granular copying. However, enough information is preserved to still be able to render NAR and -NARInfo (handled by `//tvix/nar-bridge`). +NARInfo when needed. ## More Information Check the `protos/` subfolder for the definition of the exact RPC methods and |