From e39403410a8cae286f17420a40ce3971a4576e76 Mon Sep 17 00:00:00 2001 From: Tanner Date: Fri, 19 May 2017 11:46:08 +0100 Subject: [PATCH] Update index.md --- 2.0/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.0/docs/index.md b/2.0/docs/index.md index ffd115f4..dc603570 100644 --- a/2.0/docs/index.md +++ b/2.0/docs/index.md @@ -90,7 +90,7 @@ These are officially supported packages for Vapor that are not included by defau - [MySQL Provider](https://github.com/vapor/mysql-provider): MySQL provider for Vapor. - [Leaf](https://github.com/vapor/leaf): An extensible templating language. - [Leaf Provider](https://github.com/vapor/leaf-provider): Leaf provider for Vapor. -- [Redbird](https://github.com/vapor/redbird): Pure-Swift Redis client implemented from the original protocol spec. +- [Redis](https://github.com/vapor/redbird): Pure-Swift Redis client implemented from the original protocol spec. - [Redis Provider](https://github.com/vapor/redis-provider): Redis cache provider for Vapor. - [JWT](https://github.com/vapor/jwt): JSON Web Tokens in Swift. - [JWT Provider](https://github.com/vapor/jwt-provider): JWT conveniences for Vapor.