Skip to content

Commit 9ac8009

Browse files
committed
Added another hyperlink to the README
1 parent ab058bb commit 9ac8009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ int main() {
150150
}
151151
```
152152
Compiled and linked on macOS with `c++ -g main.cpp -I<path/to/library>/include -L<path/to/library> -lcallstack` and
153-
after enabling **C++** functions of the library:
153+
after [enabling **C++** functions][6] of the library:
154154
```
155155
The current callstack:
156156
In: (a.out) lcs::callstack::callstack(bool) (include/callstack.hpp:77)

0 commit comments

Comments
 (0)