summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2f65267..24fc71b 100644
--- a/README.md
+++ b/README.md
@@ -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).