summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzhuzhenjun <[email protected]>2023-10-13 14:08:55 +0800
committerzhuzhenjun <[email protected]>2023-10-13 14:08:55 +0800
commite62ff39d812c972f2631c36124c81647da5511a0 (patch)
treecee4b40d2cae85c76cbd385cc08d9446103f12bc /README.md
parentcfaf003d4f32aa55d522e3f09dbd28aa020714a0 (diff)
api: MESA_osfp_xx -> osfp_xxv1.3.0
header: MESA_osfp.h -> osfp.h
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 36d887e..d0ac180 100644
--- a/README.md
+++ b/README.md
@@ -21,5 +21,5 @@ LD_LIBRARY_PATH=${PWD}/build ./sample
```
# load the fingerprint file and capture on eth0, filter tcp port 8888
-./build/osfp_example -f /var/lib/MESA_osfp/fp.json -i eth0 "tcp port 8888"
+./build/osfp_example -f /var/lib/libosfp/fp.json -i eth0 "tcp port 8888"
```