Skip to content

Commit

Permalink
Merge pull request #8 from claydegruchy/main
Browse files Browse the repository at this point in the history
fixed very simple package name gotcha in readme.md
  • Loading branch information
shiv19 authored Oct 15, 2024
2 parents 76bbfc8 + eb01f8a commit db42b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ion-content {
Next in your app:

```typescript
import { VideoRecorderCamera, VideoRecorderPreviewFrame } from '@teamhive/capacitor-video-recorder';
import { VideoRecorderCamera, VideoRecorderPreviewFrame } from '@capacitor-community/video-recorder';

const { VideoRecorder } = Plugins;

Expand Down

0 comments on commit db42b61

Please sign in to comment.