Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcardeenas authored Apr 4, 2020
1 parent 7bd5c3e commit a6fe37f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
</a>
</p>

# Sulla

[![npm version](https://img.shields.io/npm/v/sulla.svg?color=%2378e08f)](https://www.npmjs.com/package/sulla)
![npm type definitions](https://img.shields.io/npm/types/sulla)
![GitHub last commit](https://img.shields.io/github/last-commit/danielcardeenas/sulla)
Expand Down Expand Up @@ -59,7 +61,7 @@ sulla.create('support').then((supportBot) => {...});
## Basic functions (usage)
Not every available function is listed, for further look, every function available can be found in [here](/src/api/layers).

#### Chatting
### Chatting
```javascript
// Send basic text
await client.sendText(chatId, '👋 Hello from sulla!');
Expand Down Expand Up @@ -169,7 +171,7 @@ await client.isConnected();
await client.getWAVersion();
```

#### Events
### Events
```javascript
// Listen to messages
client.onMessage(message => {
Expand Down

0 comments on commit a6fe37f

Please sign in to comment.