diff --git a/README.md b/README.md index 2cfbff5..80cd5cb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Asyncdispatch hard fork [![Build Status (Travis)](https://img.shields.io/travis/status-im/nim-asyncdispatch2/master.svg?label=Linux%20/%20macOS "Linux/macOS build status (Travis)")](https://travis-ci.org/status-im/nim-asyncdispatch2) -[![Windows build status (Appveyor)](https://img.shields.io/appveyor/ci/status-im/nim-asyncdispatch2/master.svg?label=Windows "Windows build status (Appveyor)")](https://ci.appveyor.com/project/nimbus/nim-asyncdispatch2) -[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)[![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![Windows build status (Appveyor)](https://img.shields.io/appveyor/ci/nimbus/nim-asyncdispatch2/master.svg?label=Windows "Windows build status (Appveyor)")](https://ci.appveyor.com/project/nimbus/nim-asyncdispatch2) +[![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg) ## Core differences between asyncdispatch and asyncdispatch2 @@ -78,14 +79,14 @@ You can use Nim official package manager `nimble` to install `asyncdispatch2`. T $ nimble install https://github.com/status-im/nim-asyncdispatch2.git ``` -## License -Licensed under one of the following: - - * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) - * MIT license: [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT - ## TODO * Pipe/Subprocess Transports. * Multithreading Stream/Datagram servers * Future[T] cancelation +## License + +Licensed under both of the following: + + * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) + * MIT license: [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT