diff --git a/src/process/Geekeey.Process.csproj b/src/process/Geekeey.Process.csproj index 3866467..e2ea0dc 100644 --- a/src/process/Geekeey.Process.csproj +++ b/src/process/Geekeey.Process.csproj @@ -18,6 +18,7 @@ package-readme.md + .NET library for interacting with external command-line interfaces, including process execution, piping, and cancellation. package-icon.png https://code.geekeey.de/geekeey/process/src/branch/main/src/process EUPL-1.2 diff --git a/src/process/package-readme.md b/src/process/package-readme.md index 9172486..ae832ea 100644 --- a/src/process/package-readme.md +++ b/src/process/package-readme.md @@ -1,6 +1,3 @@ -Process is a library for interacting with external command-line interfaces. It provides a convenient model for launching -processes, redirecting input and output streams, awaiting completion, handling cancellation, and more. - ## Features - **Input and Output redirection:** flexible piping model, that allows to redirect the process's streams.