about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorMarc <foxtrot@malloc.me>2022-01-29 17:57:25 +0000
committerGitHub <noreply@github.com>2022-01-29 17:57:25 +0000
commit56184ad0a08956191044e26f319b5d09e81b05bc (patch)
treea70e8e8f6130ca63785e6ef6b3c65b12b91a5782 /README.md
parent62ea5defe6e5e71c5c90c0f3d3d5e8d5dd9c57f6 (diff)
downloadlibwifi-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.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.