Skip to content

Commit f76cbbd

Browse files
Address Copilot README review
1 parent f51ba3f commit f76cbbd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sodium
22

3-
Sodium is a PowerShell module for handling Sodium-encrypted secrets.
3+
Sodium is a PowerShell module for handling libsodium-based encryption and decryption.
44

55
## Installation
66

@@ -11,6 +11,8 @@ Install-PSResource -Name Sodium
1111
Import-Module -Name Sodium
1212
```
1313

14+
On Windows, the module requires the Microsoft Visual C++ Redistributable for Visual Studio 2015 or later.
15+
1416
## Documentation
1517

1618
Documentation is published at [psmodule.io/Sodium](https://psmodule.io/Sodium/).
@@ -19,7 +21,7 @@ Use PowerShell help and command discovery for module details:
1921

2022
```powershell
2123
Get-Command -Module Sodium
22-
Get-Help <CommandName> -Examples
24+
Get-Help ConvertTo-SodiumSealedBox -Examples
2325
```
2426

2527
## Contributing

0 commit comments

Comments
 (0)