From d2968eb7b9d855d138b1dac66d7fdb8328364797 Mon Sep 17 00:00:00 2001 From: jianzhe0726 <96191387+jianzhe0726@users.noreply.github.com> Date: Tue, 16 Aug 2022 19:52:28 -0400 Subject: [PATCH] Update installation.md --- doc/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index 861ff7c..ec53707 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -16,7 +16,7 @@ Matlab (7.1 or later) or GNU Octave (4.0.0 or later). * `/doc`: Documentation. ### 3. Test - * Execute command `initpowersas` to initilize the environment, then execute `test_powersas` to run tests. You should expect all tests to pass. + * Execute command `initpowersas` to initialize the environment, then execute `test_powersas` to run tests. You should expect all tests to pass. ### 4. Initialization -To initialize PowerSAS.m, add the main directory of PowerSAS.m to your Matlab or GNU Octave path and run the command `initpowersas`. This will ensure that all the functions of PowerSAS.m are added to the path and thus callable. \ No newline at end of file +To initialize PowerSAS.m, add the main directory of PowerSAS.m to your Matlab or GNU Octave path and run the command `initpowersas`. This will ensure that all the functions of PowerSAS.m are added to the path and thus callable.