Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcardeenas committed Apr 6, 2020
1 parent 25d29b8 commit 92c67e4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ client.onMessage(async (message) => {
// At this point you can do whatever you want with the buffer
// Most likely you want to write it into a file
const fileName = `some-file-name.${mime.extension(message.mimetype)}`;
fs.writeFile(fileName, buffer, function (err) {
...
});
fs.writeFile(fileName, buffer, function (err) {
...
});
}
});
```

## Basic functions (usage)
Expand Down Expand Up @@ -313,6 +313,7 @@ client.onStateChange((state) => {
```

#### Send message to new contacts (non-added)

Also see [Whatsapp links](https://faq.whatsapp.com/en/26000030/)
Be careful since this can pretty much could cause a ban from Whatsapp, always keep your contacts updated!

Expand Down Expand Up @@ -382,6 +383,7 @@ To build the entire project just run
```

## Sulla state

As of version `2.3.1` it seems that sulla has reached a very rich and stable functionality and architecture. As much as I would love to, I cannot dedicate a lot of time to this project so please consider checking out forked versions of sulla where other developers can dedicate more time and support to it.

## Maintainers
Expand Down

0 comments on commit 92c67e4

Please sign in to comment.