Skip to content

Commit 403e92a

Browse files
authored
Merge pull request #12 from davidfuhr/patch-1
Fix import
2 parents f17b899 + 60f37d4 commit 403e92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ JsonAssert::assertJsonMatchesSchemaString('./my-schema.json', $json);
142142

143143
AFTER:
144144
```php
145-
use EnricoStahn\JsonAssert\Assert\Extension\Symfony as JsonAssert;
145+
use EnricoStahn\JsonAssert\Extension\Symfony as JsonAssert;
146146

147147
// ...
148148

0 commit comments

Comments
 (0)