Skip to content

Commit

Permalink
Update juliasetup_example_sphere.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus authored Jul 20, 2023
1 parent 37d9c9b commit 228174d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/man/juliasetup_example_sphere.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ julia> julia> readdir()
"output.dat"
"output.pvd"
```
And you can open `output.pvd` with paraview. If your systems recogized that `*.pvd` files can be opened with paraview, you can do that with
And you can open `output.pvd` with paraview. If your system recogizes that `*.pvd` files should be opened with paraview, you can do that with
```julia
julia> ;
shell> open output.pvd
```
Otherwise, start paraview and open the file.
Otherwise, start paraview manually and open the file.

0 comments on commit 228174d

Please sign in to comment.