From 035536d7c8bc2ece78cee7d28af8e4d1519a2861 Mon Sep 17 00:00:00 2001 From: pintux Date: Thu, 5 Nov 2015 16:02:43 +0100 Subject: [PATCH] fixed a bug with weather apikey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb46518..0881525 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Included Basic Apps `/me`: get a simple message related to chat user -`/weather city`: get an updated summary of the weather for the specified `city` (for composed city names, like New York, write it without spaces: `newyork`); **NB: OpenWeatherMap service now requires an APIKEY, get one [HERE](http://openweathermap.org/appid#get) AND add the key in the apps/weather.js file. +`/weather city`: get an updated summary of the weather for the specified `city` (for composed city names, like New York, write it without spaces: `newyork`); **NB**: OpenWeatherMap service now requires an APIKEY, get one [HERE](http://openweathermap.org/appid#get) AND add the key in the apps/weather.js file. `/http code`: NERD-ZONE, get a nice picture about the specified HTTP Status Code ;)