Skip to content

Commit

Permalink
add docker example reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ripreal committed Dec 2, 2020
1 parent 5b77f9a commit 75818eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ bot.on('message', (ctx) => ctx.reply('Send /oldschool, /modern or /hipster to la
bot.launch()
```

There's some cool V0-V1 api [examples too](docs/examples/).
There's some cool V0-V1 api [examples too](docs/examples/). The bots are great for running in docker containers. Take a look at dockerized [simple-reg-bot example](https://github.com/green-api/simple-reg-bot)

## Documentation

Expand Down

0 comments on commit 75818eb

Please sign in to comment.