diff --git a/README.md b/README.md index b7b3884..75e65a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Swift Sessions -**SwiftSessions** is a comprehensive Swift package that implements binary [session types](https://en.wikipedia.org/wiki/Session_type), providing a robust framework for ensuring safe and structured communication in concurrent systems. +**Swift Sessions** is a comprehensive Swift package that implements binary [session types](https://en.wikipedia.org/wiki/Session_type), providing a robust framework for ensuring safe and structured communication in concurrent systems. The library currently supports the following features: - session type inference (only with closures) @@ -123,10 +123,6 @@ dependencies: [ ``` -## Future directions - - - ## Requirements - Swift 5.5+