Skip to content

Commit

Permalink
fix: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-shv committed Feb 1, 2023
1 parent 01ea032 commit e8a49c4
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 @@ -43,7 +43,7 @@ npm i vue-tradingview-widgets
</template>

<script lang="ts">
import { Chart,CryptoMarket, Snaps, Screener } from 'vue-tradingview-widgets/components';
import { Chart,CryptoMarket, Snaps, Screener } from 'vue-tradingview-widgets';

export default defineComponent({
name: 'App',
Expand Down Expand Up @@ -71,7 +71,7 @@ All components have default options based on Tradingview. Check available option
</template>

<script lang="ts">
import { Chart } from 'vue-tradingview-widgets/components';
import { Chart } from 'vue-tradingview-widgets';

export default defineComponent({
name: 'App',
Expand Down

0 comments on commit e8a49c4

Please sign in to comment.