Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit c7785b9

Browse files
committed
Update README.md
1 parent 9dfde45 commit c7785b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# resultutils
2-
[resultutils](https://github.com/nonnil/resultutils) to make [Result](https://github.com/arnetheduck/nim-result) handling easier.
1+
# resultsutils
2+
[resultutils](https://github.com/nonnil/resultsutils) to make [Result](https://github.com/arnetheduck/nim-result) handling easier.
33

44
inspired by [optionsutils](https://github.com/PMunch/nim-optionsutils).
55

@@ -22,15 +22,15 @@ let hiNim: string = match greet "Nim":
2222
assert hiNim == "hi, Nim"
2323
```
2424

25-
more code examples can be found [here](https://github.com/nonnil/resultutils/tree/main/tests)
25+
more code examples can be found [here](https://github.com/nonnil/resultsutils/tree/main/tests)
2626

2727
## Installation
2828
```bash
29-
nimble install resultutils
29+
nimble install resultsutils
3030
```
3131

3232
or add a dependency to your .nimble file:
3333

3434
```text
35-
requires "resultutils"
35+
requires "resultsutils"
3636
```

0 commit comments

Comments
 (0)