diff options
author | Tom Moor <tom.moor@gmail.com> | 2015-01-05 10:34:27 -0800 |
---|---|---|
committer | Tom Moor <tom.moor@gmail.com> | 2015-01-05 10:34:27 -0800 |
commit | 6a63411c985a2aae537fe2b3fae95a7cc9ede1f6 (patch) | |
tree | e97ae2e6f6b565b3a48d851ea4f7540c5ac39751 | |
parent | 5c57f515cf161aa6768c0e736a2c05c162a5728a (diff) | |
parent | 99a73e328e4c7c8ad49175584a827e8fbdf42bbe (diff) | |
download | fastimage-6a63411c985a2aae537fe2b3fae95a7cc9ede1f6.zip fastimage-6a63411c985a2aae537fe2b3fae95a7cc9ede1f6.tar.gz fastimage-6a63411c985a2aae537fe2b3fae95a7cc9ede1f6.tar.bz2 |
Merge pull request #6 from bmitch/patch-1
Small typo?
-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). |