From b43e9335a3b6dd544edf794506a0d5bfa7b1dc57 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Fri, 18 Oct 2013 10:41:35 +0200 Subject: [PATCH] Update README.md require must be capital C in //= require Chart There is also an opened issue for this --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b071c0..a8349af 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Or install it yourself as: Add this to your application.js file: - //= require chart + //= require Chart ## Usage