Skip to content

Commit 0f51914

Browse files
authored
Merge pull request #56 from petemcfarlane/master
Fix underscores to namespaces in README
2 parents 364bcda + 2c0c1b6 commit 0f51914

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
@@ -47,7 +47,7 @@ Usage
4747
Hamcrest matchers are easy to use as:
4848

4949
```php
50-
Hamcrest_MatcherAssert::assertThat('a', Hamcrest_Matchers::equalToIgnoringCase('A'));
50+
\Hamcrest\MatcherAssert::assertThat('a', \Hamcrest\Matchers::equalToIgnoringCase('A'));
5151
```
5252

5353
Alternatively, you can use the global proxy-functions:

0 commit comments

Comments
 (0)