From f39d4b732974d7a51082e0b01d72fce000ed1d9e Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Fri, 14 Aug 2015 22:37:19 +0100 Subject: [PATCH] readme update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db6d0a6e8..7489b505c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The aim of this API is to make it *really* simple to start developing your bots. **[For more information, click here.](https://github.com/hydrabolt/discord.js/wiki)** ### Installation -``npm install discord.js`` +``npm install --save discord.js`` ### Features @@ -16,6 +16,7 @@ The aim of this API is to make it *really* simple to start developing your bots. * Silent Mention - trigger mention notification without actually @mentioning a user! * Get complete metadata on users, channels and servers - including avatars. * Get limitless logs from channels. +* Fast and efficient caching ### Example usage ```js