Skip to content

Commit f7d8cb2

Browse files
committed
More readme fixes
Signed-off-by: Aleksandr Motsjonov <[email protected]>
1 parent 82f4a20 commit f7d8cb2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ The source code contains the following:
2626
* [`build_scripts/`](./build_scripts) - Helper scripts for installing dependencies
2727
* [`cmake/`](./cmake) - CMake modules for locating dependencies (e.g., `libraw`)
2828
* [`config/`](./config) - CMake configuration files
29-
* [`data/`](./data) - Data files containing camera sensitivity, light source, color matching function and 190 training patch data
29+
* [`docs/`](./docs) - Credits and changes information
3030
* [`include/`](./include) - Public header files for the `rawtoaces` library
31-
* [`src/`](./src) - Source code for `rawtoaces` utilities and IDT implementation
31+
* [`src/`](./src) - Source code for the core library, utility library, and the command line tool
3232
* [`unittest/`](./unittest) - Unit tests for `rawtoaces`
33-
* [`main.cpp`](./src/rawtoaces/main.cpp) - C++ source file for call routines to process images
3433

3534
## Prerequisites
3635

0 commit comments

Comments
 (0)