Skip to content

Commit

Permalink
Merge pull request #453 from ryanseys/fix-var
Browse files Browse the repository at this point in the history
Fix variable in documentation of README.md
  • Loading branch information
ryanseys committed Mar 19, 2015
2 parents 489d9fd + 6a8a5d8 commit 2744665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ var blogPostData = {
wordCount: 450
};

var blogPostKey = ds.key('BlogPost');
var blogPostKey = dataset.key('BlogPost');

dataset.save({
key: blogPostKey,
Expand Down

0 comments on commit 2744665

Please sign in to comment.