Skip to content

Commit df53a41

Browse files
committed
docs: Align README example with new layout
1 parent 60ce654 commit df53a41

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
@@ -25,7 +25,7 @@ Next, add this to your crate:
2525
```rust
2626
extern crate predicates;
2727

28-
use predicates::Predicate;
28+
use predicates::prelude::*;
2929
```
3030

3131
For more information on using predicates, look at the

0 commit comments

Comments
 (0)