Skip to content

Commit 0118292

Browse files
authored
Fix import path in previous docs
1 parent d76a3f6 commit 0118292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/previous/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ patronum 2.1.0
77
```ts
88
import { previous } from 'patronum';
99
// or
10-
import { previous } from 'patronum/previous-value';
10+
import { previous } from 'patronum/previous';
1111
```
1212

1313
### Motivation

0 commit comments

Comments
 (0)