diff --git a/README.md b/README.md index bbc9f208..c9ca64e6 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ pub fn fibonacci(args: struct { n: u64 }) u64 { } comptime { - py.module(@This()); + py.rootmodule(@This()); } ```