diff --git a/README.md b/README.md index 984bcf0..a6cd6bb 100644 --- a/README.md +++ b/README.md @@ -224,5 +224,5 @@ const { // both instances now can be used without // possible issues down the prototypal chain const map = new Map; -const wm = new WekMap; +const wm = new WeakMap; ```