Skip to content

Commit 13116b3

Browse files
joehoyleXenira
andauthored
Update README.md
Co-authored-by: Xenira <[email protected]>
1 parent 3c73000 commit 13116b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ pub fn hello_world(name: String) -> String {
3535
// Required to register the extension with PHP.
3636
#[php_module]
3737
pub fn module(module: ModuleBuilder) -> ModuleBuilder {
38-
module.function(wrap_function!(hello_world));
39-
module
38+
module.function(wrap_function!(hello_world))
4039
}
4140
```
4241

0 commit comments

Comments
 (0)