Skip to content

Commit 41b3d53

Browse files
committed
update readme
1 parent 892e88c commit 41b3d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ On OSX window must be launched in the main thread. You should override the rust
4242
#[cfg(target_os="macos")]
4343
#[start]
4444
fn start(argc: int, argv: **u8) -> int {
45-
std::rt::start_on_main_thread(argc, argv, main)
45+
native::start(argc, argv, main)
4646
}
4747
```
4848

0 commit comments

Comments
 (0)