From a577f968fa91f46f552c346c35e0d1d09c7a6f2d Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Sun, 25 Oct 2015 22:11:16 +0000 Subject: [PATCH] fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9412f2a87..8521d3207 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ discord.js is a node module used as a way of interfacing with [Discord](https://discordapp.com/). It is a very useful module for creating bots. -**The examples in the repo are in EC6, either update your node or compile them down to babel yourself if you want to use them!** +**The examples in the repo are in ES6, either update your node or compile them down to babel yourself if you want to use them!** ### Installation `npm install --save discord.js`