Skip to content

Commit e8f58ef

Browse files
committed
small update
1 parent c666d1d commit e8f58ef

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Install with:
2020
Requirements:
2121

2222
- Windows:
23-
- Visual Studio 2010 Express or higher e.g [Visual Studio 2013 Express](http://www.microsoft.com/visualstudio/eng/2013-downloads#d-2013-express)
24-
- [Python 2.7](https://www.python.org/downloads/release/python-2711/)
23+
- Visual Studio 2010 Express or higher e.g [Visual Studio 2015 Express](https://www.visualstudio.com/de/vs/visual-studio-express/)
24+
- [Python 2.7](https://www.python.org/downloads/release/python-2713/)
2525
- Linux:
26-
- gcc/g++ & make
27-
- [Python 2.7](https://www.python.org/downloads/release/python-2711/)
26+
- gcc/g++ & make
27+
- [Python 2.7](https://www.python.org/downloads/release/python-2713/)
2828

2929
Building for Node.js 4.x or higher requires C++11 features so the minimum is VS2013 / gcc4.8
3030

@@ -81,6 +81,8 @@ setTimeout(function() {
8181
}, 20000);
8282
```
8383

84+
Have a look at the resourceless server example [here](doc/server.md#event-read-write).
85+
8486
## License & copyright
8587
Copyright (c) 2017, Mathias Küsel
8688

0 commit comments

Comments
 (0)