From 8d19591f0e5febd4e8d4326712a4ed3700f4eee5 Mon Sep 17 00:00:00 2001 From: maltezfaria Date: Wed, 13 Nov 2024 19:14:26 +0100 Subject: [PATCH] dummy text to trigger doc build --- 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 1058a66..c952125 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -6,7 +6,7 @@ CurrentModule = LevelSetMethods ## Installation -Run the following command on a Julia REPL: +To install the library, run the following command on a Julia REPL: ```julia using Pkg; Pkg.add("LevelSetMethods")