Skip to content

Commit

Permalink
change name from streakAPI to streakapi
Browse files Browse the repository at this point in the history
  • Loading branch information
omarstreak committed Oct 2, 2012
1 parent f96efbe commit db2e63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ To include the api just do the standard
> node install streak
and then
> var Streak = require('streakAPI');
> var Streak = require('streakapi');
> Streak.init('api_key');
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "streakAPI",
"name": "streakapi",
"version": "0.1.0",
"description": "wrapper for the Streak API",
"keywords": ["streak", "api", "wrapper", "client"],
Expand Down

0 comments on commit db2e63f

Please sign in to comment.