From fefc783422e7b26a63510446faa426ac1e169b85 Mon Sep 17 00:00:00 2001 From: Felipe Vicente Date: Tue, 18 Apr 2023 23:14:34 -0300 Subject: [PATCH] Fix typo on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a3f7d2d..113c0f29 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ Note that the output of the `match` CLI command creates a valid pattern that can ### write -This command will format the listed files and write that formatted version back to the source files. Note that this overwrites the original content, to be sure to be using a version control system. +This command will format the listed files and write that formatted version back to the source files. Note that this overwrites the original content, so be sure to be using a version control system. ```sh stree write path/to/file.rb