Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyFeliz committed Apr 1, 2022
1 parent bbf56a0 commit c994eff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This project was developed using Vue 3 + Typescript + Vite 🚀

## Demo

[![Edit Demo vue-tweet](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/vue-tweet-embed-demo-sue23?file=/src/App.vue)
[![Edit Demo vue-tweet](https://user-images.githubusercontent.com/5460365/161323040-d73231f8-db73-48ef-adab-433558502585.png)](https://stackblitz.com/edit/vitejs-vite-c5qu9k?file=src/App.vue)

[![Preview](https://user-images.githubusercontent.com/5460365/131345071-7d143b12-2d8d-4920-a231-d8b3acc21bb0.png)](https://codesandbox.io/s/vue-tweet-embed-demo-sue23?file=/src/App.vue)
[![Preview](https://user-images.githubusercontent.com/5460365/131345071-7d143b12-2d8d-4920-a231-d8b3acc21bb0.png)](https://stackblitz.com/edit/vitejs-vite-c5qu9k?file=src/App.vue)

## Installation

Expand All @@ -26,13 +26,13 @@ yarn add vue-tweet
## Usage

```vue
<template>
<Tweet tweet-id="1370027087818461184" />
</template>
<script setup>
import Tweet from "vue-tweet";
</script>
<template>
<Tweet tweet-id="1370027087818461184" />
</template>
```

# Props - [Embedded Tweet parameter reference](https://developer.twitter.com/en/docs/twitter-for-websites/embedded-tweets/guides/embedded-tweet-parameter-reference)
Expand Down

0 comments on commit c994eff

Please sign in to comment.