From 55db2ba084cec6857df63bf7e618fce3e5977685 Mon Sep 17 00:00:00 2001 From: Thomas Versteeg Date: Tue, 27 Feb 2018 22:08:07 +0100 Subject: [PATCH] Add missing code to wrong example in README.md (#112) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef0154ff..0bf2700a 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ Loops can be started using the `run` member function. The two calls below are eq ```cpp loop->run(); -loop->run +loop->run(); ``` Available modes are: `DEFAULT`, `ONCE`, `NOWAIT`. Please refer to the documentation of *libuv* for further details.