1
0
Fork 0
mirror of https://github.com/MillironX/Kelpie.jl.git synced 2024-11-14 13:43:08 +00:00

Fix README links

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-04 09:06:21 -05:00
parent bb0aa7cc31
commit e537960cde
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -80,5 +80,9 @@ Turns into
Everything is pure Julia, so your imagination is the limit!
[^1]: Exception: `div` is the division function, and I wanted to leave it that
[^1]:
Exception: `div` is the division function, and I wanted to leave it that
way. To make `<div>`s, you need to use `html_div`.
[julia repl]: https://docs.julialang.org/en/v1/manual/getting-started/
[pkg mode]: https://docs.julialang.org/en/v1/stdlib/Pkg/