From 7f18786370152535f8f1e0a705eab2be647d22fc Mon Sep 17 00:00:00 2001 From: Carlos Parada Date: Tue, 22 Aug 2023 12:11:23 -0700 Subject: [PATCH] Update docs/src/index.md Co-authored-by: Milan Bouchet-Valat --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 1707c575..627201d4 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -17,8 +17,8 @@ To install StatsBase through the Julia REPL, you can type `] add StatsBase` or: using Pkg Pkg.add("StatsBase") ``` -To load the package, use the command: +To load the package, use the command: ``` using StatsBase ```