From babf9c392614a67449cb26413d7cc7fb8ed1207c Mon Sep 17 00:00:00 2001 From: Omar Mahdi Date: Thu, 27 Jan 2022 03:31:03 +0400 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86e9533..ed5ed4f 100644 --- a/README.md +++ b/README.md @@ -128,4 +128,4 @@ Now assuming you are using MinGW on windows: * Clone wanted release of assimp and run `cmake CMakeLists.txt -D ASSIMP_BUILD_ZLIB=ON -D ASSIMP_BUILD_ASSIMP_TOOLS=OFF` in the root folder * Run `cmake --build . --parallel 6` -* Copy the generated `*.dylib` files from the `bin` folder and into both `asig/libs` and `/usr/local/lob` +* Copy the generated `*.dylib` files from the `bin` folder and into both `asig/libs` and `/usr/local/lib`