From ce2721647790c4459ba4c1d2e50b1b85d09c23a4 Mon Sep 17 00:00:00 2001 From: bion howard Date: Tue, 5 Dec 2023 17:25:01 -0500 Subject: [PATCH] Fix minor typos in README.md plural "must contains" -> singular "must contain" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2e24a69..0582b258 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ export LIBTORCH=/path/to/libtorch The header files location can also be specified separately from the shared library via the following: ```bash -# LIBTORCH_INCLUDE must contains `include` directory. +# LIBTORCH_INCLUDE must contain `include` directory. export LIBTORCH_INCLUDE=/path/to/libtorch/ -# LIBTORCH_LIB must contains `lib` directory. +# LIBTORCH_LIB must contain `lib` directory. export LIBTORCH_LIB=/path/to/libtorch/ ``` - For Windows users, assuming that `X:\path\to\libtorch` is the unzipped libtorch directory.