Skip to content

Commit 06f19c7

Browse files
authored
Update README.md
1 parent de0b105 commit 06f19c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ composer require php-minecraft/minecraft-query
99

1010
# Example usage
1111

12-
Use this PHP code before examples
1312
```PHP
1413
declare(strict_types=1);
1514

@@ -69,4 +68,4 @@ $rawData = $resolver->getRawData();
6968
$result = MinecraftQueryResult::fromRawData($rawData);
7069
```
7170

72-
Library is inspired by xPaw/PHP-Minecraft-Query (sockets, not code style 🤣)
71+
Library (socket logic) is inspired by xPaw/PHP-Minecraft-Query

0 commit comments

Comments
 (0)