From d01c7ad8ba40d207909a14b74dbb93e2bdb09506 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Sat, 20 Sep 2025 04:31:11 +0530 Subject: [PATCH] change README accordingly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 596e5ed..7a4eaae 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ from ctypes import c_void_p, c_int64, c_int32, c_uint64 @bpf @map def last() -> HashMap: - return HashMap(key_type=c_uint64, value_type=c_uint64, max_entries=1) + return HashMap(key=c_uint64, value=c_uint64, max_entries=1) @bpf @section("tracepoint/syscalls/sys_enter_execve")