Skip to content

Commit 239b091

Browse files
committed
docs: Fix package specifier
1 parent 6286ded commit 239b091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Example:
7070
</template>
7171
7272
<script setup lang="ts">
73-
import type { Container } from 'tsparticles-engine'
73+
import type { Container } from '@tsparticles/engine'
7474
7575
const options = {
7676
// See https://particles.js.org/docs/interfaces/tsParticles_Engine.Options_Interfaces_IOptions.IOptions.html

0 commit comments

Comments
 (0)