From facf379303fab7ccbfe59bdff2f2d5029b4c8743 Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Sun, 29 Dec 2024 09:17:35 -0300 Subject: [PATCH] fix doc typo --- docs/src/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/installation.md b/docs/src/installation.md index 2d186638..7ad0608a 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -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