From 034fa743fe3b6b92dba2b52ec335dee99a9d529e Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 23 Feb 2023 09:14:31 +1100 Subject: [PATCH] Update workspaces docs --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a2461f..d459e74 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,8 @@ sensible defaults. env-vars: "" # The cargo workspaces and target directory configuration. - # These entries are separated by newlines and have the form - # `$workspace -> $target`. The `$target` part is treated as a directory - # relative to the `$workspace` and defaults to "target" if not explicitly given. - # default: ". -> target" + # These entries are separated by newlines and specify the paths to the workspace roots. + # default: "." workspaces: "" # Additional non workspace directories to be cached, separated by newlines.