From 54c92b39b8f1464dc9e7e2e5a9ca8b2a44821d73 Mon Sep 17 00:00:00 2001 From: "saurabh.mimani" Date: Sat, 3 Oct 2015 11:01:46 +0530 Subject: [PATCH] README fixed: removed un-necessary comma in bower.json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ed8442..ba26223 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ To install `jquery-ujs` add it to the dependencies in your `bower.json`. If that { "name": "myawesomeapp", "dependencies": { - "jquery-ujs": "~1.0.3", + "jquery-ujs": "~1.0.3" } } ```