diff --git a/README.md b/README.md index 239e9cc..b17e8f8 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,4 @@ Only the algorithms [required in the specification](https://www.w3.org/TR/SRI/#c let value = "sha384-H8BRh8j48O9oYatfu5AZzq6A9RINhZO5H16dQZngK7T62em8MUt1FLm52t+eX6xO"; let integrity = Integrity::try_from(integrity_value).unwrap(); integrity.verify("alert(\'Hello, world.\');"); // true - ``` \ No newline at end of file