Add missing code to wrong example in README.md (#112)

This commit is contained in:
Thomas Versteeg 2018-02-27 22:08:07 +01:00 committed by Michele Caini
parent 7abf541dc5
commit 55db2ba084

View File

@ -183,7 +183,7 @@ Loops can be started using the `run` member function. The two calls below are eq
```cpp
loop->run();
loop->run<uvw::Loop::Mode::DEFAULT>
loop->run<uvw::Loop::Mode::DEFAULT>();
```
Available modes are: `DEFAULT`, `ONCE`, `NOWAIT`. Please refer to the documentation of *libuv* for further details.