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