From e7e609757afa3886c25f0abb43d87382a0bee4d3 Mon Sep 17 00:00:00 2001 From: Jeffery R Date: Sat, 27 Jan 2018 11:11:53 -0500 Subject: [PATCH] Updated docs --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aca344e..2096d85 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ -#GoogleTrendsGame +# GoogleTrendsGame +Guess the trends beat your friends ## Server dependencies + + +```` +npm init +npm install express +npm install socket.io npm install mysql npm install sanitizer -npm install google-trends-api \ No newline at end of file +npm install google-trends-api +```` \ No newline at end of file