about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 46e4b00..bd036d8 100644 --- a/README.md +++ b/README.md
@@ -36,7 +36,7 @@ libwifi version: dev-fixup-7909700
36``` 36```
37 37
38## Examples 38## Examples
39Some examples are available in the `examples/` directory, which show the general flow of how libwifi is used to generate and parse different types of 802.11 frame. 39Some examples are available in the [examples](https://github.com/libwifi/libwifi/tree/main/examples) directory, which show the general flow of how libwifi is used to generate and parse different types of 802.11 frame.
40 40
41## Running Tests 41## Running Tests
42Using ctest, you can run the tests for the parse and generation functions of libwifi. 42Using ctest, you can run the tests for the parse and generation functions of libwifi.