Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabdulradi authored Mar 25, 2021
1 parent ebcdaad commit c16c026
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

Enriches union types `A | Null` with an interface similar scala.Option making it usable inside for comprehensions

## Usage and features

## Usage
Add the following to your build.sbt
```
scalacOptions += "-Yexplicit-nulls"
libraryDependencies += "com.abdulradi" %% "nullable-core" % "0.1.0"
```
## Features
### Plays nice with for comprehensions

``` scala
Expand Down

0 comments on commit c16c026

Please sign in to comment.