Skip to content

Commit de0b105

Browse files
authored
Fix typo
1 parent 9bb1ba9 commit de0b105

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
@@ -63,7 +63,7 @@ $result->getFavicon() // string or null
6363
$resolver = MinecraftQueryResolver::fromAddress('play.minecord.net');
6464

6565
// use this method if you want raw data in array retrieved from minecraft server
66-
$rawData = $resolver->getRawData()
66+
$rawData = $resolver->getRawData();
6767

6868
// use this method if you want construct MinecraftQueryResult from raw data
6969
$result = MinecraftQueryResult::fromRawData($rawData);

0 commit comments

Comments
 (0)