diff --git a/README.md b/README.md index 51db31b..d78f984 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ this case since the respose has been already arrived (we are inside the callback { try { - etcd::Response response = response.task.get(); // can throw + etcd::Response response = response_task.get(); // can throw std::cout << response.value().as_string(); } catch (std::ecxeption const & ex)