Skip to content

Commit f2033d8

Browse files
fix: Function is Test-AcceleratorRequirement not Test-AcceleratorRequirements (#323)
# Pull Request ## Issue #322 ## Description One character fix. (The PowerShell function is not plural). ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent 3243668 commit f2033d8

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
@@ -31,7 +31,7 @@ To check the requirements, run these commands:
3131

3232
```pwsh
3333
Install-Module -Name ALZ
34-
Test-AcceleratorRequirements
34+
Test-AcceleratorRequirement
3535
```
3636

3737
## Contributing

0 commit comments

Comments
 (0)