Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bosunski committed Jan 14, 2024
1 parent ed6d068 commit fd56cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit fd56cf5

Please sign in to comment.