Skip to content

Commit

Permalink
docs: Wrong import path
Browse files Browse the repository at this point in the history
  • Loading branch information
riceball-tw authored Dec 9, 2024
1 parent 6f0b1f5 commit 672734b
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 @@ -19,7 +19,7 @@ npm install edit-element
## Basic Usage

```typescript
import { EditElement } from '../dist/index.mjs';
import { EditElement } from 'edit-element';

// Make all elements with .editable class in-place editable
const editableElements = new EditElement('.editable');
Expand Down

0 comments on commit 672734b

Please sign in to comment.