Skip to content

Commit f651adf

Browse files
authored
Merge pull request #36 from nikita-ushakov/typofix
Fix code example in README
2 parents 51bc093 + 7c131be commit f651adf

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)