Skip to content

Commit 7ac0e78

Browse files
authored
Fixed include.
1 parent febb73b commit 7ac0e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ A C++ header only interval tree implementation, which takes a red black tree as
1515

1616
## Example
1717
```C++
18-
// #include "draw.hpp" // to draw tree. this is not header only anymore.
19-
#include "interval_tree.hpp"
18+
// #include <interval-tree/draw.hpp> // to draw tree. this is not header only anymore.
19+
#include <interval-tree/interval_tree.hpp>
2020

2121
int main()
2222
{

0 commit comments

Comments
 (0)