From 7aa06b3353aa344065bb306c93b59ef68fad0efa Mon Sep 17 00:00:00 2001 From: Micah Silverman Date: Mon, 31 Dec 2012 18:13:55 -0500 Subject: [PATCH] Updated package.json. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d45bac9..a8022e8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Install ``` -npm install TrelloTools +npm install trello_tools ``` ### Getting your key and token diff --git a/package.json b/package.json index a12076e..f47ddb8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "TrelloTools", + "name": "trello_tools", "version": "0.0.1", "dependencies": { "async": "0.1.22",