Skip to content

Commit

Permalink
Fixed: package name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Dec 12, 2023
1 parent 2fceaa7 commit ad7aac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Before you begin, ensure you have met the following requirements:
To install the SMS Gateway API Client, run this command in your terminal:

```bash
npm install sms-gateway-client
npm install android-sms-gateway
```

## Usage
Expand All @@ -33,7 +33,7 @@ Here's how to get started with the SMS Gateway API Client:
4. Use the `getState` method to check the status of a sent message.

```javascript
const { Client } = require('sms-gateway-client');
import Client from "android-sms-gateway";

// Example of an HTTP client based on fetch
const httpFetchClient = {
Expand Down

0 comments on commit ad7aac9

Please sign in to comment.