Skip to content

Commit

Permalink
Merge d39e19b into 976d7c0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff committed Dec 22, 2016
2 parents 976d7c0 + d39e19b commit c9f2789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ browser: */dist/object_hash.js*
<script src="object_hash.js" type="text/javascript"></script>
<script>
var hash = objectHash.sha({foo:'bar'});
var hash = objectHash.sha1({foo:'bar'});
console.log(hash); // e003c89cdf35cdf46d8239b4692436364b7259f9
</script>
Expand Down

0 comments on commit c9f2789

Please sign in to comment.