diff --git a/README.md b/README.md index c4e1a70..d726e45 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # `Geekeey.Extensions.Result` -A .NET library provides a Result type for representing the outcome of operations in C#. It offers a clean and concise -way to handle success and failure scenarios, promoting better error handling and code readability. +Result is a .NET library which provides a Result type for representing the outcome of operations in C#. It offers a +clean and concise way to handle success and failure scenarios, promoting better error handling and code readability. ## Features @@ -68,4 +68,4 @@ _ = await Prelude.Try(() => File.ReadAllLines("i_do_not_exist.txt")) var results = await Task.WhenAll(list.Select(DoSomeThing).ToArray()); return results.Join(); }); -``` \ No newline at end of file +```