Update readme

pull/1860/head
Tony 8 months ago
parent a00cb15224
commit c7094473eb
No known key found for this signature in database
GPG Key ID: 34BDD3EA27824956

@ -117,7 +117,7 @@ fn main() {
// Note that values must be serde_json::Value instances, // Note that values must be serde_json::Value instances,
// otherwise, they will not be compatible with the JavaScript bindings. // otherwise, they will not be compatible with the JavaScript bindings.
store.insert("a".to_string(), json!("b")); store.set("a".to_string(), json!("b"));
}) })
.run(tauri::generate_context!()) .run(tauri::generate_context!())
.expect("error while running tauri application"); .expect("error while running tauri application");

Loading…
Cancel
Save