diff --git a/README.md b/README.md index 32ebc4c..b743afd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # react-native-tcp-socket -![](https://github.com/Rapsssito/react-native-tcp-socket/workflows/tests/badge.svg) - +

+ + + +

React Native TCP socket API for Android & iOS with **client SSL/TLS support**. It allows you to create TCP clients and servers sockets, imitating some of Node's [net](https://nodejs.org/api/net.html) API functionalities (check the available [API](#api) for more information).