Skip to content

Commit

Permalink
Updated Code
Browse files Browse the repository at this point in the history
  • Loading branch information
DaggieBlanqx committed Jun 22, 2022
1 parent 5c77c49 commit e812869
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,12 @@

#### Send a free-formatted text message to a recipient:

`````js
await Whatsapp.sendText({
message: `Hello world`,
recipientNumber: 'your recipient phone number here',
});
````
```js
await Whatsapp.sendText({
message: 'Hello world',
recipientNumber: 'your recipient phone number here',
});
```

> Quick Question:
- How does a recipient phone number look like?
Expand Down Expand Up @@ -405,4 +400,7 @@
- Follow me on Twitter: [@daggieblanqx](https://twitter.com/daggieblanqx)
- I am also on LinkedIn, where you can tag me to the awesome projects you've built using this package: [@daggieblanqx](https://www.linkedin.com/in/daggieblanqx/)
- Blog posts: [Logrocket/@Daggieblanqx](https://blog.logrocket.com/author/daggieblanqx/)
`````
```
```

0 comments on commit e812869

Please sign in to comment.