From 76cb5fb09092a5b276904ccf67af52f7841c0241 Mon Sep 17 00:00:00 2001 From: WebReborn Date: Tue, 3 Aug 2021 21:50:58 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab6fa8b..3d6fc4b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ The recommended way of installing this library is using Composer. use Rogiel\MPQ\MPQFile; $file = MPQFile::parseFile(__DIR__.'/test.SC2Replay'); + $file->parse(); $stream = $file->openStream('replay.details'); while($data = $stream->readBytes(100)) { echo $data;