Skip to content

Commit

Permalink
pkg rename stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob broms committed Oct 30, 2012
1 parent ad64ebf commit feb41f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -97,11 +97,11 @@ Node package

Optionally install as a node package

npm install swtchbrd
npm install swchbrd

and:

1. var sb = require('swtchbrd');
1. var sb = require('swchbrd');

2. configure keys as above in node_modules/switchboard/lib/connectors

Expand Down
2 changes: 1 addition & 1 deletion app_templates/node_express/package.json
Expand Up @@ -9,6 +9,6 @@
"express": "3.0.0rc4",
"jade": "*",
"stylus": "*",
"swtchbrd": "*"
"swchbrd": "*"
}
}
2 changes: 1 addition & 1 deletion app_templates/node_express/routes/index.js
Expand Up @@ -2,7 +2,7 @@
/*
* GET home page.
*/
var switchboard = require('swtchbrd');
var switchboard = require('swchbrd');
var routine = require('../routine.json'); // routine from json-file

exports.index = function(req, res){
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "swtchbrd",
"name": "swchbrd",
"preferGlobal": "true",
"version": "0.1.0",
"author": "Prototyp <jacob.broms@prototyp.se>",
Expand Down

0 comments on commit feb41f3

Please sign in to comment.