Skip to content

Commit 33ccb35

Browse files
authored
Update README.md
1 parent 56ac199 commit 33ccb35

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
[![Libtask Testing](https://github.com/TuringLang/Libtask.jl/workflows/Libtask%20Testing/badge.svg)](https://github.com/TuringLang/Libtask.jl/actions?branch=main)
66

77

8-
Resumable and copyable functions in Julia, with optional function-specific globals.
9-
See the docs for example usage.
8+
Resumable and copyable functions (a.k.a. coroutines) for Julia, with optional function-specific globals.
9+
See the [docs](https://turinglang.github.io/Libtask.jl/dev) for example usage.
1010

1111
Used in the [Turing](https://github.com/TuringLang/Turing.jl) probabilistic programming language to implement various particle-based inference methods, for example those in [AdvancedPS.jl](https://github.com/TuringLang/AdvancedPS.jl/).
1212

13-
Related: [ResumableFunctions.jl](https://github.com/JuliaDynamics/ResumableFunctions.jl)
13+
## Related:
14+
- [ResumableFunctions.jl](https://github.com/JuliaDynamics/ResumableFunctions.jl)

0 commit comments

Comments
 (0)