Skip to content

Commit caa63aa

Browse files
committed
corrected escape asterisk
1 parent 42fe1dd commit caa63aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pwshCloudCommands is a PowerShell module that simplifies the search and analysis
2424
- Fully cross-platform and can be run on Windows, Linux, and macOS
2525
- Module-Free Command Search: Discover PowerShell commands without the need for local module installations.
2626
- Exact Function Name Search: Find specific functions, like Write-S3Object.
27-
- Wildcard Search: Use patterns, such as New*VM*, to locate commands.
27+
- Wildcard Search: Use patterns, such as New\*VM\*, to locate commands.
2828
- Free-Form Search: Enter natural language queries like 'I want to create a new compute instance' for intuitive searching.
2929
- Complete Cache Data Dump: Access a comprehensive dump containing all known PowerShell cloud commands for detailed analysis.
3030
- Project File Analysis: Scan files and folders in your projects to identify used cloud functions and modules, crucial for project setup, discovery, and CI/CD pipeline integration.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pwshCloudCommands utilizes a cloud-based, event-driven workflow to generate a dy
7070
- Fully cross-platform and can be run on Windows, Linux, and macOS
7171
- Module-Free Command Search: Discover PowerShell commands without the need for local module installations.
7272
- Exact Function Name Search: Find specific functions, like Write-S3Object.
73-
- Wildcard Search: Use patterns, such as New*VM*, to locate commands.
73+
- Wildcard Search: Use patterns, such as New\*VM\*, to locate commands.
7474
- Free-Form Search: Enter natural language queries like 'I want to create a new compute instance' for intuitive searching.
7575
- Complete Cache Data Dump: Access a comprehensive dump containing all known PowerShell cloud commands for detailed analysis.
7676
- Project File Analysis: Scan files and folders in your projects to identify used cloud functions and modules, crucial for project setup, discovery, and CI/CD pipeline integration.

0 commit comments

Comments
 (0)