Skip to content

Commit

Permalink
docs: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode authored Feb 28, 2024
1 parent e5fccce commit 1482819
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 @@ -72,7 +72,7 @@ npm i @mismerge/react
```

```jsx
import { DefaultDarkColors, MisMerge3 } from './lib';
import { DefaultDarkColors, MisMerge3 } from '@mismerge/react';
import { useEffect, useState } from 'react';
import '@mismerge/core/styles.css';
import '@mismerge/core/dark.css';
Expand Down Expand Up @@ -112,7 +112,7 @@ npm i @mismerge/vue
```vue
<script setup lang="ts">
import { MisMerge3, DefaultDarkColors } from './lib';
import { MisMerge3, DefaultDarkColors } from '@mismerge/vue';
import '@mismerge/core/styles.css';
import '@mismerge/core/dark.css';
</script>
Expand Down

0 comments on commit 1482819

Please sign in to comment.