Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kolirt committed Jul 10, 2024
1 parent cd14aa8 commit a007b94
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 @@ -31,11 +31,11 @@ yarn add @kolirt/vue-telegram-mini-app
## Setup
```javascript
import { createApp } from 'vue'
import { createTelegram } from '@kolirt/vue-telegram-mini-app'
import { createTelegramMiniApp } from '@kolirt/vue-telegram-mini-app'

const app = createApp({ ... })

app.use(createTelegram({
app.use(createTelegramMiniApp({
alwaysExpand: true,
closingConfirmation: true
}))
Expand Down

1 comment on commit a007b94

@kolirt
Copy link
Owner Author

@kolirt kolirt commented on a007b94 Jul 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#1

Please sign in to comment.