From 97629ecb9e4723e5b30b08e757ac3478f9a8746a Mon Sep 17 00:00:00 2001 From: hozan23 Date: Mon, 20 May 2024 01:12:06 +0200 Subject: minor updates README.md --- p2p/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'p2p') diff --git a/p2p/README.md b/p2p/README.md index 768fd19..02c4742 100644 --- a/p2p/README.md +++ b/p2p/README.md @@ -133,9 +133,9 @@ audit. ## Choosing the async runtime -karyon p2p currently supports both smol(async-std) and tokio. The default is -smol, but if you want to use tokio, you need to disable the default features -and then select the `tokio` feature. +karyon p2p currently supports both **smol(async-std)** and **tokio** async runtimes. +The default is **smol**, but if you want to use **tokio**, you need to disable +the default features and then select the `tokio` feature. ## Examples -- cgit v1.2.3