Skip to content

Commit a83b1cc

Browse files
Stephan SahmStephan Sahm
Stephan Sahm
authored and
Stephan Sahm
committed
trigger githubactions
1 parent b94c144 commit a83b1cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
This package defines julia implementations for the common types `Option` (aka `Maybe`), `Either` and `Try`, as well as one extra type `ContextManager` which mimics Python's `with`-ContextManager.
99

10-
For more details check out the [documentation](https://JuliaFunctional.github.io/DataTypesBasic.jl/dev/).
11-
1210

1311
## Installation
1412

@@ -24,3 +22,5 @@ Use it like
2422
```julia
2523
using DataTypesBasic
2624
```
25+
26+
For more details check out the [documentation](https://JuliaFunctional.github.io/DataTypesBasic.jl/dev/).

0 commit comments

Comments
 (0)