Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhanahmadov committed Jun 30, 2023
1 parent 53b5116 commit a2fbd63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ yarn add @airlst/sdk

## Usage

Set Company API key
Set API key

```javascript
import { Api } from '@airlst/sdk'

Api.setCompanyApiKey('YOUR_COMPANY_API_KEY')
Api.setApiKey('YOUR_API_KEY')
```

## Methods
Expand All @@ -24,6 +24,8 @@ Currently available methods:

#### Get all company events

> **Important:** This method requires that API key must be company bound!
```javascript
import { Event } from '@airlst/sdk'

Expand Down

0 comments on commit a2fbd63

Please sign in to comment.