From 3e7db77a2d18f31bb74be3a55209db67791112ff Mon Sep 17 00:00:00 2001 From: aidan <67598470+CodeByAidan@users.noreply.github.com> Date: Mon, 4 Dec 2023 06:16:51 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index da36597..e134a61 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ the following code to it: uses: CodeByAidan/rst-autoformatter-action@main with: # files: '**/*.rst' # works! - globbing is supported - # files: 'tests/*.rst' # works! - just another glob patterns + # files: 'tests/*.rst' # works! - just another glob pattern # files: 'tests/lines.rst' # works! - single file # files: '{tests/admonitions,tests/escaped-text}.rst' # works! - brace expansion is supported (Unix trick) # For more patterns, see https://mywiki.wooledge.org/glob#Globs