Skip to content

Commit f3eb407

Browse files
author
Marco
committed
Fix package name in README
1 parent 683234a commit f3eb407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content-encoding](https://tools.ietf.org/html/draft-nottingham-http-encryption-e
66
# Use
77

88
```js
9-
var ece = require('encrypted-content-encoding');
9+
var ece = require('http_ece');
1010
var crypto = require('crypto')
1111
var base64 = require('base64url');
1212

0 commit comments

Comments
 (0)