Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhanahmadov authored Aug 11, 2023
1 parent b9056fe commit ec09b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const { data } = await new Guest('event-uuid').create({
```javascript
import { Guest } from '@airlst/sdk'

const { data } = await new Guest('event-uuid').createCompanion('guest-code', {
const { data } = await new Guest('event-uuid').createCompanion('main-guest-code', {
contact: {
first_name: 'John',
last_name: 'Doe',
Expand Down

0 comments on commit ec09b3d

Please sign in to comment.