Skip to content

Commit 08739f4

Browse files
authored
chore: Fix import instructions (#4)
1 parent a793638 commit 08739f4

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
@@ -27,7 +27,7 @@ set.size; // 2
2727
Now, using deep equality:
2828

2929
```typescript
30-
import { DeepSet } from '@adamhamlin/deep-equality-data-strucures';
30+
import { DeepSet } from 'deep-equality-data-structures';
3131

3232
interface MyObject {
3333
a: number;

0 commit comments

Comments
 (0)