about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorMarc <foxtrot@malloc.me>2021-12-05 03:36:36 +0000
committerMarc <foxtrot@malloc.me>2021-12-05 03:36:39 +0000
commit3247095dec983cf1ef81e2c54f3c5dd091f1c366 (patch)
tree06d99eb103b2f3f48e74731bb355f0d5d0a7d651 /README.md
parent24881ebff29c363505cbc33dff65106fc7ce1f5b (diff)
downloadlibwifi-3247095dec983cf1ef81e2c54f3c5dd091f1c366.tar.gz
libwifi-3247095dec983cf1ef81e2c54f3c5dd091f1c366.tar.bz2
libwifi-3247095dec983cf1ef81e2c54f3c5dd091f1c366.zip
misc: Fix incorrect test directory name
Fixes #2
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 bdf11a4..08562cf 100644 --- a/README.md +++ b/README.md
@@ -27,7 +27,7 @@ Some examples are available in the `examples/` directory, which show the general
27 27
28## Running Tests 28## Running Tests
29``` 29```
30$ cd tests/ 30$ cd test/
31$ mkdir build 31$ mkdir build
32$ cd build 32$ cd build
33$ cmake .. 33$ cmake ..