Skip to content

Commit 4a383f1

Browse files
committed
typo in readme
1 parent c7fa975 commit 4a383f1

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
@@ -124,7 +124,7 @@ include_once '<lib_path>/includes/autoload.php';
124124
use Com\Jpexs\Image\IconReader;
125125

126126
header("Content-type: image/png");
127-
$iconReader = IconReader::createFromCurFile($testCurFile);
127+
$iconReader = IconReader::createFromCurFile("samples/test.cur");
128128
$cursorImage = $iconReader->getCursorImage();
129129
$image = $cursorImage->getImage();
130130
imagepng($image);

0 commit comments

Comments
 (0)