summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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");