From 42b8fa0cee02e8e3cb5cf48c5cddaf2d1b1021ab Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frsposito@users.noreply.github.com> Date: Mon, 26 Aug 2019 17:21:53 +0200 Subject: [PATCH] edit readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ff616a8..6e75a99 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ An opensource telegram bot to know if you need to take the umbrella. **umbrello-bot** -### 1. Search city +### 1. Search the city. Search the city id with: ``` @@ -28,7 +28,7 @@ Search the city id with: It will send back the cities id. -### 2. Set the city +### 2. Set the city. Set the city wth: ``` @@ -38,7 +38,7 @@ Set the city wth: *example: `/set 3169070`. (3169070= Rome, IT)* -### 3. Get the forecasts +### 3. Get the forecasts. Get the forecasts with: ``` /get @@ -46,7 +46,7 @@ Get the forecasts with: ## Installation -### Step by step +### Step by step. 1. Install Node.js and npm. 2. Clone this repository. @@ -57,7 +57,7 @@ Get the forecasts with: 7. Launch the bot with `npm run serve`. -#### Environment Variables +#### Environment Variables. ``` NODE_ENV=production TELEGRAM_TOKEN=token-here