aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'jsonrpc/README.md')
-rw-r--r--jsonrpc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonrpc/README.md b/jsonrpc/README.md
index b4ee580..8127727 100644
--- a/jsonrpc/README.md
+++ b/jsonrpc/README.md
@@ -94,7 +94,7 @@ async {
.expect("build the server");
// Starts the server
- server.start().await;
+ server.start();
smol::Timer::after(Duration::MAX).await;
};