From 0d4ebf72b6e3a89232f700709fcdb2aa85cbd407 Mon Sep 17 00:00:00 2001 From: varun-r-mallya Date: Wed, 22 Oct 2025 03:59:53 +0530 Subject: [PATCH] lint readme Signed-off-by: varun-r-mallya --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b09d6de..fe88f18 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Python-BPF is an LLVM IR generator for eBPF programs written in Python. It uses ## Try It Out! Run ```bash -curl -s https://raw.githubusercontent.com/pythonbpf/Python-BPF/refs/heads/master/tools/setup.sh | sudo bash +curl -s https://raw.githubusercontent.com/pythonbpf/Python-BPF/refs/heads/master/tools/setup.sh | sudo bash ``` ## Installation