From 7a5f3cb2607eec31508cb933195fd46a7473fe98 Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 4 Oct 2016 23:45:51 -0500 Subject: [PATCH] MD is hard --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fffd0f..04ebadf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Disco is a simple and extendable library for the [Discord API](https://discordap Disco was built to run both as a generic-use library, and a standalone bot toolkit. Installing disco is as easy as running `pip install disco`, however some extra packages are recommended for power-users, namely: |Name|Reason| +|----|------| |requests[security]|adds packages for a proper SSL implementation| |rapidjson|provides a Python implementation of the C rapidjson library, improves performance|