Skip to content

Commit 7c131be

Browse files
Fix code example in README
1 parent 51bc093 commit 7c131be

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
@@ -14,7 +14,7 @@ use Spatie\Snapshots\MatchesSnapshots;
1414

1515
class OrderTest
1616
{
17-
use MatchesSnapshot;
17+
use MatchesSnapshots;
1818

1919
class test_it_casts_to_json()
2020
{

0 commit comments

Comments
 (0)