Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Dec 3, 2023
1 parent ab007a2 commit 0fd09c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
[![deno module](https://shield.deno.dev/x/slack_web_api_client)](https://deno.land/x/slack_web_api_client)

The **slack-web-api-client** library is a type-safe Slack Web API client that provides several key benefits, including:
* A fetch-based implementation, which is compatible with most runtimes
* Strong types for Web API responses and Block Kit, which make coding enjoyable and predictable
* Zero additional dependencies, allowing developers to integrate this library into their projects without any obstacles
* **A fetch-based implementation**, which is compatible with most runtimes
* **Strong types for Web API responses and Block Kit**, which make coding enjoyable and predictable
* **Zero additional dependencies**, allowing developers to integrate this library into their projects without any obstacles

### Getting Started

#### Working with the npm package

To install the **slack-web-api-client** library, simply use the standard npm/yarn command:
```
npm i slack-web-api-client
npm i slack-web-api-client@latest
```

Once you have added the **slack-web-api-client** library to your project's dependencies using the npm/yarn command, you can easily import any functionality you need from `"slack-web-api-client"` in your TypeScript code:
Expand Down

0 comments on commit 0fd09c5

Please sign in to comment.