From 00f6c59fe7e9b22dcf9d5bb31d5c8c950bc2bc6a Mon Sep 17 00:00:00 2001 From: Tianyin Xu Date: Mon, 11 Dec 2023 21:52:16 -0600 Subject: [PATCH] s/BBF/BPF --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb2d2222..a9eb2650 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ or discover and contribute to a list of [Awesome Aya][awesome-aya] projects. ## Overview eBPF is a technology that allows running user-supplied programs inside the Linux -kernel. For more info see [What is eBBF](https://ebpf.io/what-is-ebpf). +kernel. For more info see [What is eBPF](https://ebpf.io/what-is-ebpf). Aya is an eBPF library built with a focus on operability and developer experience. It does not rely on [libbpf] nor [bcc] - it's built from the ground