summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6936a78..36d887e 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ yum install -y ./build/*.rpm
## library usage
```
-gcc -I./src example/sample.c -o sample -L./build -lMESA_osfp; cat example/sample.c
+gcc -I./src example/sample.c -o sample -L./build -losfp; cat example/sample.c
LD_LIBRARY_PATH=${PWD}/build ./sample
```
@@ -21,5 +21,5 @@ LD_LIBRARY_PATH=${PWD}/build ./sample
```
# load the fingerprint file and capture on eth0, filter tcp port 8888
-./build/MESA_osfp_example -f /var/lib/MESA_osfp/fp.json -i eth0 "tcp port 8888"
+./build/osfp_example -f /var/lib/MESA_osfp/fp.json -i eth0 "tcp port 8888"
```