From e5e17f597ca3000b0a2b456f66ab6ee337116ca0 Mon Sep 17 00:00:00 2001 From: Long <15257546+lzztt@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:25:41 -0700 Subject: [PATCH] Remove the extra backticks for inline code (#82) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be25060..05038a4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Consider very simple example of Read / Load / Attach Like it? Check our [examples](https://github.com/dropbox/goebpf/tree/master/examples/) ## Perf Events -Currently library has support for one, most popular use case of `perf_events: where `eBPF` map key maps to `cpu_id`. +Currently library has support for one, most popular use case of perf_events: where `eBPF` map key maps to `cpu_id`. So `eBPF` and `go` parts actually bind `cpu_id` to map index. It maybe as simple as: ```c