From 0e0dd641e315176be5504eef6d45dce5e8729cd5 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 25 Aug 2022 08:24:03 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad2a26a4..ad746bc8 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Mega Collection of PowerShell Scripts | [check-xml-file.ps1](Scripts/check-xml-file.ps1) | Checks the given XML file for validity | [Help](Docs/check-xml-file.md) | | [clear-recycle-bin.ps1](Scripts/clear-recycle-bin.ps1) | Removes the content of the recycle bin folder (can not be undo!) | [Help](Docs/clear-recycle-bin.md) | | [copy-photos-sorted.ps1](Scripts/copy-photos-sorted.ps1) | Copy image files sorted by year and month | [Help](Docs/copy-photos-sorted.md) | -| [decrypt-file.ps1](Scripts/decrypt-file.ps1) | Encrypts the given file | [Help](Docs/decrypt-files.md) | +| [decrypt-file.ps1](Scripts/decrypt-file.ps1) | Decrypts the given file | [Help](Docs/decrypt-file.md) | | [download-dir.ps1](Scripts/download-dir.ps1) | Downloads a directory tree from the given URL | [Help](Docs/download-dir.md) | | [download-file.ps1](Scripts/download-file.ps1) | Downloads a file from the given URL | [Help](Docs/download-file.md) | | [edit.ps1](Scripts/edit.ps1) | Edits the given file with the built-in text editor | [Help](Docs/edit.md) |