From 5c792e5995ea612b2ad2738cce05d6b5a8502bbd Mon Sep 17 00:00:00 2001 From: Iyanu Adelekan Date: Mon, 5 Jun 2017 07:45:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba65bb..0575640 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ For other use cases, you can download jars from bintray * Availability of action lifecycle callback methods ## Quick start -A breakdown of project packages is [here](##packages). +A breakdown of project packages is [here](#packages). ### Creating a Kanary app and starting a server A simple Kanary app that listens on a port is created by initializing an istance of KanaryApp, creating a Server object, creating an AppHandler instance, setting that instance as the server's handler and starting the server to listen on a specified port.