Skip to content

Commit

Permalink
Switch npm name to "tincanjs"
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjmiller committed Dec 12, 2013
1 parent 41d4e34 commit 9e4718c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ when using this environment.

Install via:

npm install tincan
npm install tincanjs

And within code:

var TinCan = require('tincan');
var TinCan = require('tincanjs');

Environments
------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tincan",
"name": "tincanjs",
"description": "Tin Can API Library",
"version": "0.20.0",
"private": false,
Expand Down

0 comments on commit 9e4718c

Please sign in to comment.