Skip to content

Commit c668d10

Browse files
committed
Remove excessive emoji from README headers
Clean up README by removing emoji from most section headers while keeping them only in key navigation sections (Quick Start, Installation, Usage Examples) for better professional appearance.
1 parent d59e198 commit c668d10

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For licensing details please visit [LICENSE](LICENSE)
3333
This software is part of a suite of tools called cv4pve-api-powershell.
3434
If you require commercial support, please visit the [Corsinvest website](https://www.corsinvest.it/cv4pve)
3535

36-
## 📚 Overview
36+
## Overview
3737

3838
The **cv4pve-api-powershell** module enables system administrators and developers to manage and automate Proxmox VE environments using PowerShell.
3939

@@ -82,7 +82,7 @@ This module serves as the **PowerCLI equivalent for Proxmox VE**:
8282
* **Interactive Tutorials** - VSCode notebook tutorials available
8383
* **Open Source** - Full source code available on GitHub
8484

85-
## 🛠️ Utility Functions
85+
## Utility Functions
8686

8787
The module includes a rich set of utility cmdlets to simplify common operations:
8888

@@ -123,7 +123,7 @@ Comprehensive documentation is available in multiple formats:
123123
* **[HTML Documentation](https://corsinvest.github.io/cv4pve-api-powershell/)** - Full API reference in HTML format
124124
* **[Markdown Documentation](https://github.com/Corsinvest/cv4pve-api-powershell/blob/master/doc/markdown/about_cv4pve-api-powershell.md)** - Documentation in Markdown format
125125

126-
## 🎓 Tutorial & Learning Resources
126+
## Tutorial & Learning Resources
127127

128128
* **[Interactive VSCode Notebook Tutorial](https://tinyurl.com/cv4pve-api-pwsh-learn)** - Learn by doing with interactive examples
129129
* **[Common Issues & Examples](https://corsinvest.github.io/cv4pve-api-powershell/common-issues.html)** - Practical solutions to common problems and advanced examples
@@ -162,7 +162,7 @@ To view your module paths:
162162
$env:PSModulePath -split [IO.Path]::PathSeparator
163163
```
164164

165-
## Documentation
165+
## Documentation
166166

167167
**Need help getting started or troubleshooting issues?**
168168

@@ -329,7 +329,7 @@ $isRunning = Get-PveTaskIsRunning -Node pve1 -Upid $taskId
329329
# Output: True/False
330330
```
331331

332-
## 🔧 Advanced Features
332+
## Advanced Features
333333

334334
### PveResponse Class
335335

0 commit comments

Comments
 (0)