diff --git a/readme.md b/readme.md index 27f90b4..7e8af84 100644 --- a/readme.md +++ b/readme.md @@ -1,18 +1,18 @@ # NetEx Small server & client project for linux. -# Contains +## Contains - [x] Unix sockets - [ ] Multithreading (pthreads) - [ ] Configuration (JSON format) - [ ] Secure connection (OpenSSL) - [ ] Encryption (OpenSSL) -# Build +## Build - CMake - Ninja - Make -# Dependencies +## Dependencies - JSON-C - OpenSSL