From 5d331fc705ca1e1ceee7e027340ca94f7c0c9b1f Mon Sep 17 00:00:00 2001
From: Temirkhan Myrzamadi <hirrolot@gmail.com>
Date: Wed, 12 Feb 2020 16:19:38 +0600
Subject: [PATCH] Update README.md

---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 476bc072..d64262c6 100644
--- a/README.md
+++ b/README.md
@@ -16,19 +16,18 @@
 </div>
 
 ## Getting started
- 1. Be sure that you are up to date:
+ 1. Create a new bot using [@botfather](https://t.me/botfather) to get a token in the format `123456789:somemanyletters`.
+ 2. Be sure that you are up to date:
 ```bash
 $ rustup update stable
 ```
 
- 2. To create a new bot, execute `cargo new` and put the following lines into your `Cargo.toml`:
+ 3. To create a new bot, execute `cargo new` and put the following lines into your `Cargo.toml`:
 ```toml
 [dependencies]
 teloxide = "0.1.0"
 ```
 
- 3. Create a new bot using [@botfather](https://t.me/botfather), and after that you'll get a token in format `123456789:somemanyletters`.
-
 ## Writing your first bot
 Open `main.rs` file, because we're gonna write a ping-pong-bot!