Skip to content

Commit 0bfbbe7

Browse files
committed
update README.md
1 parent af50ceb commit 0bfbbe7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

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

docs/src/index.md

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

0 commit comments

Comments
 (0)