Skip to content

Commit

Permalink
Fix errors in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
madmann91 committed May 21, 2024
1 parent 2273ffd commit 3490634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Here is a list of features supported by this library (changes from `v1` are indi
(e.g. `float` or `double`),
- [NEW] Only depends on the standard library (parallelization uses a custom thread pool based on
`std::thread`),
- [NEW] C API for the high-level parts of the library are available.
- [NEW] C API for the high-level parts of the library is available.

## Building

Expand Down Expand Up @@ -80,4 +80,4 @@ The library contains several examples that are kept up-to-date with the API:
- A [basic example](test/simple_example.cpp) that traces one ray on a scene made of a couple of triangles,
- A [benchmarking utility](test/benchmark.cpp) that showcases what the library can do.
- A [serialization test](test/serialize.cpp) that shows how to save and load a BVH from a file.
- A [C API example](test/c_api_example.cpp) that shows how to use the C bindings to this library.
- A [C API example](test/c_api_example.c) that shows how to use the C bindings to this library.

0 comments on commit 3490634

Please sign in to comment.