From 00f9580404b2a92e63418e45c2e5c62f5e9e9e72 Mon Sep 17 00:00:00 2001 From: Tibor Stanko Date: Thu, 23 Nov 2017 20:32:34 +0100 Subject: [PATCH] minor typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21000aff..ef365463 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ application: ## Installation ## The vast majority of this code is __straight MATLAB__ (`*.m` files). Thus, only -installing MATLAB and adding the qptoolbox directory and its subdirectories to +installing MATLAB and adding the gptoolbox directory and its subdirectories to your MATLAB path is needed for installation. Let's assume you cloned gptoolbox at `/usr/local/gptoolbox/`, then you could issue: @@ -75,7 +75,7 @@ usign a "standard" unix-y install of libigl as a static library. In MATLAB issue: cd mex - compile_qptoolbox_mex + compile_gptoolbox_mex #### Compile `toolbox_fast_marching` ####