Skip to content

Commit

Permalink
Link to example section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bobluppes committed May 29, 2023
1 parent 0c0c32d commit e3b5884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const auto print_vertex_callback{[](const auto vertex) {
traverse<search_strategy::BFS>(my_graph, start_vertex, print_vertex_callback);
```

For more details, take a look at the [documentation](https://bobluppes.github.io/graaf/).
For more examples, take a look at our [example section](./examples/README.md).
More details can be found in our [documentation](https://bobluppes.github.io/graaf/).

## Requirements
- C++ 20
Expand Down

0 comments on commit e3b5884

Please sign in to comment.