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")