From edb8e271de3c7f5c1ae1eb2a437347d04ab6c618 Mon Sep 17 00:00:00 2001 From: Santiago Squarzon Date: Fri, 10 Jan 2025 18:00:02 -0300 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e7b23e..2bd9aed 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,11 @@ PSCompression is a PowerShell Module that provides Zip and Gzip utilities for co [`Get-ZipEntry`](docs/en-US/Get-ZipEntry.md) -Main entry point for the `*-ZipEntry` cmdlets in this module. It can list zip archive entries from a specified path or input stream. + + +Main entry point for the `*-ZipEntry` cmdlets in this module. It can list zip archive entries from a specified path or input stream. + +