Skip to content

Commit

Permalink
Fix pydust usage in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Nov 3, 2023
1 parent 89a8cfa commit 1d99cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub fn fibonacci(args: struct { n: u64 }) u64 {
}
comptime {
py.module(@This());
py.rootmodule(@This());
}
```

Expand Down

0 comments on commit 1d99cf4

Please sign in to comment.