about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarc <foxtrot@malloc.me>2021-12-05 03:39:31 +0000
committerGitHub <noreply@github.com>2021-12-05 03:39:31 +0000
commit4777efea12b32ca0c97460bc902e909dee01be50 (patch)
treee30fa9b07b852d86b96678dc27709042ad5e77bc
parent3247095dec983cf1ef81e2c54f3c5dd091f1c366 (diff)
downloadlibwifi-4777efea12b32ca0c97460bc902e909dee01be50.tar.gz
libwifi-4777efea12b32ca0c97460bc902e909dee01be50.tar.bz2
libwifi-4777efea12b32ca0c97460bc902e909dee01be50.zip
misc: Remove extra word
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 08562cf..08f4a56 100644 --- a/README.md +++ b/README.md
@@ -6,7 +6,7 @@
6|![X86_64](https://github.com/libwifi/libwifi/actions/workflows/x86_64.yml/badge.svg) | Linux | x86_64 | 6|![X86_64](https://github.com/libwifi/libwifi/actions/workflows/x86_64.yml/badge.svg) | Linux | x86_64 |
7 7
8## What is this? 8## What is this?
9libwifi is a C library with a permissive license for generating and parsing a wide variety of 802.11 wireless frames (see the [Feature Checklist](https://libwifi.so/features) below) on Linux with a few lines of straight forward code (see the [Examples section](#examples) below). 9libwifi is a C library with a permissive license for generating and parsing a wide variety of 802.11 wireless frames (see the [Feature Checklist](https://libwifi.so/features)) on Linux with a few lines of straight forward code (see the [Examples section](#examples) below).
10 10
11It is written with a simple-to-use approach while also exposing features that allow more advanced use, with clean and readable code being a priority. Other goals of the library include cross-architecture support, clean compilation without warnings and strict error checking. 11It is written with a simple-to-use approach while also exposing features that allow more advanced use, with clean and readable code being a priority. Other goals of the library include cross-architecture support, clean compilation without warnings and strict error checking.
12 12