Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Jul 14, 2024
1 parent b5a12dd commit 31b1911
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# `http_ece` - HTTP Encrypted Content-Encoding for Deno & web browsers
# `http-ece` - HTTP Encrypted Content-Encoding for Deno & web browsers

![jsr badge](https://jsr.io/badges/@negrel/http-ece)
![license MIT badge](https://img.shields.io/github/license/negrel/http-ece)
![code size badge](https://img.shields.io/github/languages/code-size/negrel/http-ece)

Expand All @@ -11,6 +12,8 @@ scheme([RFC 8188](https://datatracker.ietf.org/doc/html/rfc8188)).
> provided by the
> [SubtleCrypto API](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto).
`http-ece` is available on [JSR](https://jsr.io/@negrel/http-ece).

## Implemented schemes

This crate implements only the published Web Push Encryption scheme
Expand Down

0 comments on commit 31b1911

Please sign in to comment.