Skip to content

Commit c857c2a

Browse files
authored
Update README.md
1 parent a90eb2c commit c857c2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Option and Result types for C#, inspired by Rust
55
[![CodeQL](https://github.com/jtmueller/RustyOptions/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/jtmueller/RustyOptions/actions/workflows/codeql-analysis.yml)
66
[![codecov](https://codecov.io/gh/jtmueller/RustyOptions/branch/main/graph/badge.svg?token=M81EJH4ZEI)](https://codecov.io/gh/jtmueller/RustyOptions)
77

8+
```
9+
dotnet add package RustyOptions
10+
```
811

912
## Avoid Null-Reference Errors
1013

0 commit comments

Comments
 (0)