summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Moor <tom.moor@gmail.com>2015-01-05 10:34:27 -0800
committerTom Moor <tom.moor@gmail.com>2015-01-05 10:34:27 -0800
commit6a63411c985a2aae537fe2b3fae95a7cc9ede1f6 (patch)
treee97ae2e6f6b565b3a48d851ea4f7540c5ac39751
parent5c57f515cf161aa6768c0e736a2c05c162a5728a (diff)
parent99a73e328e4c7c8ad49175584a827e8fbdf42bbe (diff)
downloadfastimage-6a63411c985a2aae537fe2b3fae95a7cc9ede1f6.zip
fastimage-6a63411c985a2aae537fe2b3fae95a7cc9ede1f6.tar.gz
fastimage-6a63411c985a2aae537fe2b3fae95a7cc9ede1f6.tar.bz2
Merge pull request #6 from bmitch/patch-1
Small typo?
-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).