Skip to content

Commit 1c7c047

Browse files
committed
Added link to docs
1 parent 8c4877a commit 1c7c047

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ sudo make install
1414
```
1515

1616
## Usage (overloading the timer event)
17-
Include CppTimer.h in your program and link the static library `libcpptimer.a`
18-
to your project:
17+
The doxygen generated online docs are here: https://berndporr.github.io/cppTimer/
1918

19+
Include `CppTimer.h` in your program and link the static library `libcpptimer.a`
20+
to your project:
2021
```
2122
TARGET_LINK_LIBRARIES(your_project_title cpptimer rt)
2223
```

0 commit comments

Comments
 (0)