Skip to content

Commit 834a3c3

Browse files
author
DavidSM100
committed
refactor(@deltachat/stdio-rpc-server): remove await from README example
1 parent 0136a97 commit 834a3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deltachat-rpc-server/npm-package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { startDeltaChat } from "@deltachat/stdio-rpc-server";
1818
import { C } from "@deltachat/jsonrpc-client";
1919

2020
async function main() {
21-
const dc = await startDeltaChat("deltachat-data");
21+
const dc = startDeltaChat("deltachat-data");
2222
console.log(await dc.rpc.getSystemInfo());
2323
dc.close()
2424
}

0 commit comments

Comments
 (0)