From ddef3bf0433554cc2574a5384d02d8ab95c28139 Mon Sep 17 00:00:00 2001 From: nacho Date: Mon, 30 Oct 2023 21:02:25 +0100 Subject: [PATCH] fix typo --- rust/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/README.md b/rust/README.md index 1c03482..fe6fe0d 100644 --- a/rust/README.md +++ b/rust/README.md @@ -23,7 +23,7 @@ Regex to match the files within the target folder to be copied from the cache to Use this argument when you want to `SAVE AS ARTIFACT` from the target folder (mounted cache), always trying to minimize the total size of the copied fileset. -For example `--output="release/[^\./]+"` would keep all the files in /target/release that don't have any extension +For example `--output="release/[^\./]+"` would keep all the files in `/target/release` that don't have any extension ### Examples: @@ -44,7 +44,7 @@ Suppose the following project: └── ... ``` -The Earthfile would like: +The Earthfile would look like: ```earthfile VERSION 0.7