readme: fix indentations

pull/300/head
Demian 4 years ago
parent f82c0ec609
commit d4ff86a5dc

@ -44,13 +44,10 @@ Let's take a look at the minimal telebot setup:
package main
import (
"log"
"time"
"log"
"time"
tb "gopkg.in/tucnak/telebot.v2"
tb "gopkg.in/tucnak/telebot.v2"
)
func main() {

Loading…
Cancel
Save