Skip to content

Commit 5bd5415

Browse files
committed
Update README.md
1 parent 42be867 commit 5bd5415

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ using Pkg
2323
Pkg.instantiate()
2424
```
2525

26-
Run the example with:
26+
Run the first example with:
2727
```julia
2828
include("examples/create_flightpath.jl")
2929
```
3030
You should see a tilted figure of eight.
31+
32+
The second example uses sliders to modify the parameters B, C and D.
33+
```julia
34+
include("examples/sliders.jl")
35+
```
36+
37+

0 commit comments

Comments
 (0)