From 617dfb2bd36eb144e1fa1ae4ed87584531a8badf Mon Sep 17 00:00:00 2001 From: hamilcarBarca17 Date: Thu, 16 Mar 2023 11:35:55 -0600 Subject: [PATCH] Fixed a typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebc074d..083f887 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ To use this library, you need a C++ compiler and an installation of google or-tools library files. The environment variable `ORTOOLS_PREFIX` is used to find include -files and library files. If not setted, `/opt/ortools` will be added +files and library files. If not set, `/opt/ortools` will be added to the search path (classical search path will also be used).