Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
riceball-tw committed Dec 9, 2024
2 parents cfef972 + 672734b commit 5603b18
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 5603b18

Please sign in to comment.