From 01af3e4fd5e3b0eceb44ab7263949756adb3a3a0 Mon Sep 17 00:00:00 2001 From: alux Date: Sun, 23 Oct 2022 10:12:59 +0330 Subject: [PATCH] Contributing: fix a typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ad56083..e4bf582 100644 --- a/readme.md +++ b/readme.md @@ -65,7 +65,7 @@ Main feature: ### build -- before build, install depencies: clang(if to build bpf obj from scratch), nlohmann-json, libbpf +- before build, install dependencies: clang(if to build bpf obj from scratch), nlohmann-json, libbpf - then cmake standard build ```bash