From 187f43aebdbe107c4bfcb18a91e788af640e6fba Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Wed, 1 Feb 2017 02:06:24 -0500 Subject: [PATCH] Make a letter lowercase --- README.md | 2 +- docs/general/welcome.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ae6a28ff..574d1366e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For production bots, using node-opus should be considered a necessity, especiall **Note:** This package does not handle disconnects entirely correctly, which causes automatic reconnection to Discord to not function. If you use this package, it may be wise to destroy + recreate the client entirely or restart the process upon disconnect. -## Example Usage +## Example usage ```js const Discord = require('discord.js'); const client = new Discord.Client(); diff --git a/docs/general/welcome.md b/docs/general/welcome.md index 52e84a814..fa78d5741 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -49,7 +49,7 @@ For production bots, using node-opus should be considered a necessity, especiall **Note:** This package does not handle disconnects entirely correctly, which causes automatic reconnection to Discord to not function. If you use this package, it may be wise to destroy + recreate the client entirely or restart the process upon disconnect. -## Example Usage +## Example usage ```js const Discord = require('discord.js'); const client = new Discord.Client();