From 358681881c13524fee132b3cb584f41b47f9a4a4 Mon Sep 17 00:00:00 2001 From: rolivieri Date: Fri, 19 Feb 2016 16:07:33 -0600 Subject: [PATCH] Updates to README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0137c2..ef46511 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Kitura-net -This is the KituraNet module for the Kitura project. Full details on the project can be found in the [main repo](https://github.com/IBM-Swift/Kitura) +This is the KituraNet module for the Kitura project. Full details on the project can be found in the [main repo](https://github.com/IBM-Swift/Kitura). The KituraNet module contains logic for sending and receiving HTTP requests. It also contains the structure for listening on a port and sending requests to a delegate for processing. -This is dependent on the [sys](https://github.com/IBM-Swift/Kitura-sys) and [BlueSocket](https://github.com/IBM-Swift/BlueSocket) modules. +This package is dependent on the [KituraSys](https://github.com/IBM-Swift/Kitura-sys) and [BlueSocket](https://github.com/IBM-Swift/BlueSocket) Swift packages.