From b143599c630769cff18a037c9fee2e51ff1a934a Mon Sep 17 00:00:00 2001 From: Sean Hussey Date: Thu, 11 Dec 2014 10:59:21 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 462f0afd..188bb59e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Version 4 introduces better support for HiDPI (Retina) displays. It allows you t ## Upgrading to Version 4 -There is only 1 breaking change that occured with the version 4 release. When you initialize CamanJS with a canvas and an image, the parameter order has changed. It is now: +There is only 1 breaking change that occurred with the version 4 release. When you initialize CamanJS with a canvas and an image, the parameter order has changed. It is now: ``` javascript Caman("#canvas-id", "/path/to/image.png", function() {});