Skip to content

Commit fa7f239

Browse files
committed
Update docs
1 parent e64dacd commit fa7f239

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@ Monad, Functional Programming features for Golang
1616

1717
For *Generics* version(*`>=go1.18`*):[generics](https://github.com/TeaEntityLab/fpGo/tree/generics)
1818

19+
```bash
20+
go get github.com/TeaEntityLab/fpGo/v2
21+
```
22+
1923
For *NonGenerics* version(*`<=go1.17`*):[non-generics](https://github.com/TeaEntityLab/fpGo/tree/non_generic)
2024

25+
```bash
26+
go get github.com/TeaEntityLab/fpGo
27+
```
28+
2129
# Why
2230

2331
I love functional programing, Rx-style coding, and Optional usages.

0 commit comments

Comments
 (0)