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 ```