File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,9 @@ In Julia, first update the packages:
5656using Pkg
5757Pkg. update ()
5858```
59- and then you display a menu with the available examples:
59+ and then you can display a menu with the available examples:
6060``` julia
61+ using VortexStepMethod
6162menu ()
6263```
6364To browse the code, it is suggested to use [ VSCode] ( https://code.visualstudio.com/ ) with the Julia plugin.
Original file line number Diff line number Diff line change @@ -57,8 +57,9 @@ In Julia, first update the packages:
5757using Pkg
5858Pkg. update ()
5959```
60- and then you display a menu with the available examples:
60+ and then you can display a menu with the available examples:
6161``` julia
62+ using VortexStepMethod
6263menu ()
6364```
6465To browse the code, it is suggested to use [ VSCode] ( https://code.visualstudio.com/ ) with the Julia plugin.
You can’t perform that action at this time.
0 commit comments