Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Dec 29, 2024
1 parent 41a484d commit facf379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ using LaTeXStrings
# etc ...
```

And the script can be run with `julia -t auto script.jl` (where `-t auto` allows for multi-threading), or included in julia with `julia> include("./scritp.jl")`, as described in the next section.
And the script can be run with `julia -t auto script.jl` (where `-t auto` allows for multi-threading),
or included in julia with `julia> include("./script.jl")`, as described in the next section.

!!! tip
By loading the package with
Expand Down

0 comments on commit facf379

Please sign in to comment.