aboutsummaryrefslogtreecommitdiff
path: root/p2p/README.md
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-05-20 01:12:06 +0200
committerhozan23 <hozan23@karyontech.net>2024-05-20 01:12:06 +0200
commit97629ecb9e4723e5b30b08e757ac3478f9a8746a (patch)
treeb139a884c8ab15d1f0428c2538ad967eb1f0a1e3 /p2p/README.md
parent1836034374ba53677f5b72bdf8e3c976f97847af (diff)
minor updates README.md
Diffstat (limited to 'p2p/README.md')
-rw-r--r--p2p/README.md6
1 files changed, 3 insertions, 3 deletions
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