summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Guillemain <clement.guillemain@gmail.com>2012-10-11 17:37:18 +0300
committerClément Guillemain <clement.guillemain@gmail.com>2012-10-11 17:37:18 +0300
commit6ea69d5b47d1e2c91ffdb1998f211eca58417244 (patch)
tree71e53f3e06181316f42ec04c456b2b58fc134588
parent16f51cb011ae2ac7063bf689c3b4fdb574a39613 (diff)
downloadImageWorkshop-6ea69d5b47d1e2c91ffdb1998f211eca58417244.zip
ImageWorkshop-6ea69d5b47d1e2c91ffdb1998f211eca58417244.tar.gz
ImageWorkshop-6ea69d5b47d1e2c91ffdb1998f211eca58417244.tar.bz2
Update README.md
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index a91ab3e..6d3e43b 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,10 @@ http://phpimageworkshop.com/
### Latest updates
**Version 1.3.0 - 2012-10-11**
-- You are able to apply a horizontal or vertical flip (transformation) on a layer
+- You are able to apply a horizontal or vertical flip (transformation) on a layer:
+
```php
- $layer->flip('horizontal');
+$layer->flip('horizontal');
```
- Refactoring mergeTwoImages() method.