From d7a3d78c7eacbfb3afdfec88e9da479127bded98 Mon Sep 17 00:00:00 2001 From: RogueException Date: Sun, 9 Aug 2015 02:10:26 -0300 Subject: [PATCH] Update README.md Fixed newline --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1745c0672..90281fa07 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,5 @@ await client.AcceptInvite("channel-invite-code"); # Known Issues -Due to current Discord restrictions, private messages are blocked unless both the sender and recipient are members of the same server. -Caches do not currently clean up when their entries are no longer referenced, and there is no cap to the message cache. For now, connecting and disconnecting will clear all caches. +- Due to current Discord restrictions, private messages are blocked unless both the sender and recipient are members of the same server. +- Caches do not currently clean up when their entries are no longer referenced, and there is no cap to the message cache. For now, connecting and disconnecting will clear all caches.