From e026b4e954e3916ed736715a80d3947eee75fb07 Mon Sep 17 00:00:00 2001 From: sailajakommineni Date: Tue, 28 Nov 2023 06:54:11 +0000 Subject: [PATCH] modified --- .github/workflows/spellcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 7b3c54dca3f..cb09b6be2c8 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -52,7 +52,7 @@ jobs: directory_path = 'docs' # Read the text from your file - file_path = 'docs/READMe.md' # Update the path accordingly + file_path = 'docs/README.md' # Update the path accordingly with open(file_path, 'r', encoding='utf-8') as file: text = file.read()