Skip to content

Commit 4ab1e26

Browse files
committed
docs: Remove 'not for production' advice
1 parent 73f6e83 commit 4ab1e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44

55
```{note}
6-
This project is under active development and not ready for production use.
6+
This project is under active development.
77
```
88

99
## What is PythonBPF?

0 commit comments

Comments
 (0)