From 00c806febe5215522a0d24528cc2cc36d9b304ef Mon Sep 17 00:00:00 2001 From: Clint Newsom Date: Mon, 18 Feb 2013 11:53:38 -0500 Subject: [PATCH] valid JSON for package.json file --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e15e5a..91185b7 100644 --- a/README.md +++ b/README.md @@ -113,12 +113,14 @@ Usage If you want to use swank from the node project just add following to your package.json file: - "devDependencies": { - "swank-js": ">=0.0.1" + { + "devDependencies": { + "swank-js": ">=0.0.1" }, - "scripts": { + "scripts": { "swank": "node node_modules/swank-js" } + } Once this is done you should be able to run up a swank for this project by running: