Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ItamarM authored Nov 23, 2016
1 parent b1926ab commit 80e5e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Creating a basic Viber bot is simple:
5. Start your web server
6. Call setWebhook(url) with your webserver url

### A simple Echo Bot:
### A simple Echo Bot
Firstly, let's *import and configure* our bot:
```javascript
'use strict';
Expand Down Expand Up @@ -110,7 +110,7 @@ An event emitter, emitting events [described here](#onEvent).


<a name="newViberBot"></a>
### new ViberBot()
### New ViberBot()

| Param | Type | Description |
| --- | --- | --- |
Expand Down

0 comments on commit 80e5e48

Please sign in to comment.