Skip to content

Commit 12b28cf

Browse files
committed
update README.md
1 parent 7cb0402 commit 12b28cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ In Julia, first update the packages:
5656
using Pkg
5757
Pkg.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
```
6363
To browse the code, it is suggested to use [VSCode](https://code.visualstudio.com/) with the Julia plugin.
6464

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ In Julia, first update the packages:
5757
using Pkg
5858
Pkg.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
```
6464
To browse the code, it is suggested to use [VSCode](https://code.visualstudio.com/) with the Julia plugin.
6565

0 commit comments

Comments
 (0)