diff options
author | Marc <foxtrot@malloc.me> | 2022-01-29 17:57:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 17:57:25 +0000 |
commit | 56184ad0a08956191044e26f319b5d09e81b05bc (patch) | |
tree | a70e8e8f6130ca63785e6ef6b3c65b12b91a5782 /README.md | |
parent | 62ea5defe6e5e71c5c90c0f3d3d5e8d5dd9c57f6 (diff) | |
download | libwifi-56184ad0a08956191044e26f319b5d09e81b05bc.tar.gz libwifi-56184ad0a08956191044e26f319b5d09e81b05bc.tar.bz2 libwifi-56184ad0a08956191044e26f319b5d09e81b05bc.zip |
misc: Change examples text to link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
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 |
39 | Some 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. | 39 | Some 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 |
42 | Using ctest, you can run the tests for the parse and generation functions of libwifi. | 42 | Using ctest, you can run the tests for the parse and generation functions of libwifi. |