From fd56cf57d88cf5a4679fb56819bcbdc3e8b77de2 Mon Sep 17 00:00:00 2001 From: Bosun Egberinde Date: Sun, 14 Jan 2024 18:12:17 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07d36e3..87fb17f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Results [WIP] +# Results Results is a PHP simple (dependency-free) library that provides a set of helper functions and classes for handling optional values and results of operations. It is inspired by the [`Option`](https://doc.rust-lang.org/std/option/enum.Option.html) and [`Result`](https://doc.rust-lang.org/std/result/enum.Result.html) types in Rust. The implementation itself is based on the TypeScript implementation called [`ts-results`](https://github.com/vultix/ts-results).