From 78e994163bbfeff80901a63749fb87f523a0913f Mon Sep 17 00:00:00 2001 From: gsarfati Date: Thu, 21 Aug 2014 20:32:11 +0200 Subject: [PATCH] Update README.md it's Parse.Model and not Parse.model no ? thx for this Module :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62ca52a..0049d7e 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ attributes of that class Using CoffeeScript: ```coffeescript app.factory 'Car', (Parse) -> - class Car extends Parse.model + class Car extends Parse.Model @configure "Car", "make", "model", "year" @customClassMethod: (arg) ->