diff --git a/README.md b/README.md index e1d134d..be5c470 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ uWS::SSLApp({ }).run(); ``` -Don't miss the [user manual](https://github.com/uNetworking/uWebSockets/blob/master/misc/READMORE.md#user-manual) or the [examples](https://github.com/uNetworking/uWebSockets/tree/master/examples). Also, make sure to check out the [Node.js variant](https://github.com/uNetworking/uWebSockets.js) for more info. +Don't miss the [user manual](https://github.com/uNetworking/uWebSockets/blob/master/misc/READMORE.md#user-manual), the [C++ examples](https://github.com/uNetworking/uWebSockets/tree/master/examples) or the [JavaScript examples](https://github.com/uNetworking/uWebSockets.js/tree/master/examples). JavaScript examples are very applicable to C++ developers, so go through them as well. #### Pay what you want. A free & open source ([permissive](LICENSE)) project since 2016. Kindly sponsored by [BitMEX](https://bitmex.com), [Bitfinex](https://bitfinex.com) & [Coinbase](https://www.coinbase.com/) in 2018 and/or 2019. Individual donations are always accepted via [PayPal](https://paypal.me/uwebsockets).
