Skip to content

Commit d3adf7d

Browse files
committed
Update README
1 parent e2fd425 commit d3adf7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ julia> Pkg.add("SimJulia")
3737

3838
#### Release Notes
3939

40-
* Version 0.5 does no longer integrate a continuous time solver. A continuous time solver using SimJulia as its discrete event engine can be found in the repository [QuantizedStateSystems](https://github.com/BenLauwens/QuantizedStateSystems.jl.git)
40+
* Version 0.5 does no longer integrate a continuous time solver. A continuous time solver using SimJulia as its discrete event engine can be found in the repository [QuantizedStateSystems](https://github.com/BenLauwens/QuantizedStateSystems.jl.git).
4141
* Starting from version 0.4.1, [ResumableFunctions](https://github.com/BenLauwens/ResumableFunctions.jl.git) is a separate package exporting the `resumable` and `yield` macro and it is a dependency for `SimJulia`. Users have to take into account the following syntax change:
4242
* `@yield return arg` is replaced by `@yield arg`
4343
* Version 0.4 only supports Julia v0.6 and above. It is a complete rewrite: more julian and less pythonic.
@@ -93,7 +93,7 @@ julia> Pkg.add("SimJulia")
9393
@coroutine fibonnaci(sim)
9494
run(sim, 10)
9595
```
96-
* Documentation is automated with [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl). (WIP)
96+
* Documentation is automated with [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl). (WIP)
9797

9898

9999
#### Todo

0 commit comments

Comments
 (0)