From 4ab1e26b92579878fd44fd550895fa1f3b0a38c7 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Thu, 22 Jan 2026 03:15:13 +0530 Subject: [PATCH] docs: Remove 'not for production' advice --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 0bb5488..f48e058 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ Welcome to **PythonBPF** - a Python frontend for writing eBPF programs without embedding C code. PythonBPF uses [llvmlite](https://github.com/numba/llvmlite) to generate LLVM IR and compiles directly to eBPF object files that can be loaded into the Linux kernel. ```{note} -This project is under active development and not ready for production use. +This project is under active development. ``` ## What is PythonBPF?