summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmitch <wkmitch@gmail.com>2015-01-05 14:29:44 +0000
committerbmitch <wkmitch@gmail.com>2015-01-05 14:29:44 +0000
commit99a73e328e4c7c8ad49175584a827e8fbdf42bbe (patch)
treee97ae2e6f6b565b3a48d851ea4f7540c5ac39751
parent5c57f515cf161aa6768c0e736a2c05c162a5728a (diff)
downloadfastimage-99a73e328e4c7c8ad49175584a827e8fbdf42bbe.zip
fastimage-99a73e328e4c7c8ad49175584a827e8fbdf42bbe.tar.gz
fastimage-99a73e328e4c7c8ad49175584a827e8fbdf42bbe.tar.bz2
Small typo?
Missing an = sign.
-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).