Skip to content

Commit 7b578b0

Browse files
committed
📄 Fix major typo about requires files
1 parent fc8d920 commit 7b578b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ModuleFast can read a variety of files for module specifications:
7676
1. .json file with module/version pairs
7777
1. .json file with array of Module Specification strings
7878

79-
You can specify one of these files by using the `-Path parameter`. If you run `Install-ModuleFast` with no arguments, it will search for *.required.psd1|psm1|json|jsonc files in the current directory to install.
79+
You can specify one of these files by using the `-Path parameter`. If you run `Install-ModuleFast` with no arguments, it will search for *.requires.psd1|psm1|json|jsonc files in the current directory to install.
8080

8181
### CI Lockfile
8282

0 commit comments

Comments
 (0)