diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ echo "dimensions: " . $width . "x" . $height; // or, create an instance and use the 'load' method $image = new FastImage(); $image->load($uri); -$type $image->getType(); +$type = $image->getType(); echo "filetype: " . $type; ``` @@ -40,4 +40,4 @@ FastImage is released under the MIT license. It is simple and easy to understand ## Download Releases are available for download from -[GitHub](http://github.com/tommoor/fastimage/downloads).
\ No newline at end of file +[GitHub](http://github.com/tommoor/fastimage/downloads). |