From 56ec84a0e719e8bb403a4d80ccf225afe25d1075 Mon Sep 17 00:00:00 2001 From: Bryan Mulvihill Date: Sat, 10 Dec 2016 04:29:08 -0500 Subject: [PATCH] fix installation instructions (#273) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0db8c7..a8173a6 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Add this to your application's `shard.yml`: ```yaml dependencies: - kemal-session: + kemal: github: kemalcr/kemal branch: master ```