summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Guillemain <clement.guillemain@gmail.com>2012-09-27 12:12:23 +0300
committerClément Guillemain <clement.guillemain@gmail.com>2012-09-27 12:12:23 +0300
commitda977d7f0730c2ef818b0c4e9ff00e5a49dfcc9f (patch)
treea0d5c63245f7cb3c8e46ff6c19dae4c137bf154a
parentf20ed9a0fbe99a53550a3cb37426c485d85ce1ed (diff)
downloadImageWorkshop-da977d7f0730c2ef818b0c4e9ff00e5a49dfcc9f.zip
ImageWorkshop-da977d7f0730c2ef818b0c4e9ff00e5a49dfcc9f.tar.gz
ImageWorkshop-da977d7f0730c2ef818b0c4e9ff00e5a49dfcc9f.tar.bz2
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20baa12..d16a122 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ http://phpimageworkshop.com/
### Latest updates
**Version 1.2.6 - 2012-09-27**
-- You can now initialize a layer from an image string (obtains with cURL, file_get_contents...):
+- You can now initialize a layer from an image string (obtained with cURL, file_get_contents...):
```php
$imgString = file_get_contents("/myfolder/pic.jpg");