Skip to content

Commit

Permalink
fix: featue description
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakjdev <[email protected]>
  • Loading branch information
sarthakjdev committed Jun 6, 2024
1 parent e52e333 commit fbf372a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/docs/guide/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@ Wapi.js is a node.js SDK that helps developers to build whatsapp business API ba
title="Listen to incoming notifiations"
icon="pen-to-square"
>
Get your docs set up locally for easy development
Listen to incoming messages, status updates and other notifications from whatsapp business API.
</Card>
<Card
title="Send Messages"
icon="envelope"
>
Preview your changes before you push to make sure they're perfect
Send all types of messages using smart abstraction layer of components.
</Card>
<Card
title="Fully Typesafe"
icon="shield"
>
Preview your changes before you push to make sure they're perfect
If you use typescript, you will get full typesafe support. Even with Javascript the JsDocs are well documented.
</Card>
<Card
title="Easy to use with abstraction"
icon="gear"
>
Preview your changes before you push to make sure they're perfect
You do not need to worry of complex API payload structure anymore. Just use the simple to construct classes and methods.
</Card>
</CardGroup>

0 comments on commit fbf372a

Please sign in to comment.