From a6fe37fc688be0dbe82dc67bd432ed0eb22cd3b4 Mon Sep 17 00:00:00 2001 From: Daniel Cardenas Date: Sat, 4 Apr 2020 03:26:44 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3384dc35..2834b2cb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@

+# 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) @@ -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!'); @@ -169,7 +171,7 @@ await client.isConnected(); await client.getWAVersion(); ``` -#### Events +### Events ```javascript // Listen to messages client.onMessage(message => {