From 6213a65ebe9a738c1a619356c17e38f68b9be512 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 23 Oct 2021 09:44:50 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c93d40b4..8a5b82ee 100644 --- a/README.md +++ b/README.md @@ -263,8 +263,8 @@ Support me with a :star: [![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] ## Known Limitation -- Spaces in filenames can introduce bugs when using bash loops. See: [Issue #216](https://github.com/tj-actions/changed-files/issues/216) - - However this action should handle spaces in filenames, recommend using a separator that would prevent further issues. +- Spaces in file names can introduce bugs when using bash loops. See: [Issue #216](https://github.com/tj-actions/changed-files/issues/216) + - However, this action will handle spaces in file names, with a recommendation of using a separator to prevent hidden issues. ![Screen Shot 2021-10-23 at 9 37 34 AM](https://user-images.githubusercontent.com/17484350/138558767-b13c90bf-a1ae-4e86-9520-70a6a4624f41.png)