File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,13 +97,12 @@ $ht | Remove-HashtableEntry -NullOrEmptyValues -Keys 'RemoveMe'
9797$ht
9898```
9999
100- For more examples, please refer to the [ examples] ( examples ) folder. You can also use ` Get-Command -Module 'Hashtable' ` to
101- list available commands, and ` Get-Help -Examples <CommandName> ` to view command-specific examples.
100+ You can use ` Get-Command -Module 'Hashtable' ` to list available commands, and ` Get-Help -Examples <CommandName> ` to view command-specific examples.
102101
103102## Documentation
104103
105- Detailed documentation for each function is available via inline help. For more extensive documentation, please check the
106- [ docs] ( docs ) folder or visit the online documentation at [ PSModule Documentation ] ( https://psmodule.io ) .
104+ Detailed documentation for each function is available via inline help. For more extensive documentation, please visit the
105+ [ Hashtable docs] ( https://psmodule.io/Hashtable/ ) or [ PSModule Docs ] ( https://psmodule.io/docs ) .
107106
108107## Contributing
109108
You can’t perform that action at this time.
0 commit comments