aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a95c300..ddb97eb 100644
--- a/README.md
+++ b/README.md
@@ -12,4 +12,4 @@ But how can we know if data was routed? does opendht expose this to other nodes
## Error handling
Currently operations are executed without knowing if they succeed or not. Operations should be modified to perhaps return std::future or use a callback function which is called with the operation result.
## Safely store private keys
-Use Argon2 to store private keys
+Use Argon2 to store private keys