From 133b84d536e7ccd7332fcaa713fb153cf3826548 Mon Sep 17 00:00:00 2001 From: Albin Bernhardsson Date: Wed, 8 Nov 2017 22:49:11 +0100 Subject: [PATCH] Update file paths in readme There is no src/nvimage/nvtt folder. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 326adfe..65b30f4 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ $ sudo make install To use the NVIDIA Texture Tools in your own applications you just have to include the following header file: -src/nvimage/nvtt/nvtt.h +src/nvtt/nvtt.h And include the nvtt library in your projects. The following file contains a simple example that shows how to use the library: -src/nvimage/nvtt/compress.cpp +src/nvtt/tools/compress.cpp Detailed documentation of the API can be found at: