From 6e6e48acdd79331ee2f6a05ae62e9946def72100 Mon Sep 17 00:00:00 2001 From: varun-r-mallya Date: Wed, 1 Oct 2025 01:51:31 +0530 Subject: [PATCH] fix readme formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b9058b..5d2e26e 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ License

-This library provides Python bindings for **libbpf** on Linux, making it easier to load eBPF object files. It is designed to be used together with [PythonBPF](https://github.com/pythonbpf/python-bpf), the eBPF compiler for Python. With these bindings, you can attach eBPF programs to kernel events directly from Python. -All programs written with this are to be run with a `sudo` Python interpreter. +This library provides Python bindings for **libbpf** on Linux, making it easier to load eBPF object files. It is designed to be used together with [PythonBPF](https://github.com/pythonbpf/python-bpf), the eBPF compiler for Python. With these bindings, you can attach eBPF programs to kernel events directly from Python. +All programs written with this are to be run with a `sudo` Python interpreter. > **Note**: This project is under active development and not ready for production use.