Skip to content

Commit e2dc604

Browse files
authored
Update README
1 parent aa477f5 commit e2dc604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sqlite-wasm-rs = { version = "0.5", features = ["sqlite3mc"] }
2121
```rust
2222
use sqlite_wasm_rs as ffi;
2323

24-
async fn open_db() {
24+
fn open_db() {
2525
// open with memory vfs
2626
let mut db = std::ptr::null_mut();
2727
let ret = unsafe {

0 commit comments

Comments
 (0)