From ec5384f0f2c6de2622b9a1f2d122c098ac44c9d7 Mon Sep 17 00:00:00 2001 From: Eben60 <61665180+Eben60@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:52:51 +0100 Subject: [PATCH] Correct typo in index.md --- 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 0c8aed3..fd9ac68 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -79,7 +79,7 @@ in various formats, e.g. JSON or HDF5 (see [FileIO Examples](@ref), [json file o The commands ```julia -using SignalTable +using SignalTables usePlotPackage("PyPlot") # or ENV["SignalTablesPlotPackage"] = "PyPlot" sigTable = getSignalTableExample("MissingValues")