Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Jun 5, 2024
1 parent ac973f8 commit 8a5e414
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 @@ -32,7 +32,7 @@ let alice = Person {
job_title: "cryptographer".into(),
};

let hash = udigest::hash::<sha2::Sha256, _>(&alice);
let hash = udigest::hash::<sha2::Sha256>(&alice);
```

The crate intentionally does not try to follow any existing standards for unambiguous
Expand Down

0 comments on commit 8a5e414

Please sign in to comment.