summaryrefslogtreecommitdiff
path: root/std/node/README.md
diff options
context:
space:
mode:
authorChris Knight <cknight1234@gmail.com>2020-02-10 23:19:48 +0000
committerGitHub <noreply@github.com>2020-02-10 18:19:48 -0500
commit81905a867ea3f942619229e330840d132c57a5da (patch)
tree4bcdac6a58dfc5fd14e83f04c3f388a6d43968d3 /std/node/README.md
parente1105a159406d8b64a833fa3266fd4ac7fc47a00 (diff)
feat: Event emitter node polyfill (#3944)
Diffstat (limited to 'std/node/README.md')
-rw-r--r--std/node/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/README.md b/std/node/README.md
index 8d9f4ff40..37084ed25 100644
--- a/std/node/README.md
+++ b/std/node/README.md
@@ -16,7 +16,7 @@ deno standard library as it's a compatiblity module.
- [ ] crypto
- [ ] dgram
- [ ] dns
-- [ ] events
+- [x] events
- [x] fs _partly_
- [ ] http
- [ ] http2