Skip to content

Commit

Permalink
fixing repo setting in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Fitzgerald committed Jan 27, 2012
1 parent 3b0e233 commit 203ddb2
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 @@ -238,7 +238,7 @@ The Scan operation returns one or more items and its attributes by performing a
var opts = {
Limit: 5,
ScanFilter : {"AttributeName1":{"AttributeValueList":[{"S":"AttributeValue"}],"ComparisonOperator":"EQ"}},
AttributesToGet :["AttributeName1", "AttributeName2", "AttributeName3"]
AttributesToGet : ["AttributeName1", "AttributeName2", "AttributeName3"]
};

dynode.query("ExampleTable", opts, console.log);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"author": "Ryan Fitzgerald <ryan@codebrewstudios.com>",
"repository": {
"type": "git",
"url": "git@github.com:Wantworthy/dynode.git"
"url": "git://github.com/Wantworthy/dynode.git"
},
"licenses": [
{
Expand Down

0 comments on commit 203ddb2

Please sign in to comment.