From 4b187f7251de89f6deb89acc898f7066c4b4a4ff Mon Sep 17 00:00:00 2001 From: Steven Sojka Date: Sun, 27 Aug 2017 09:19:24 -0500 Subject: [PATCH] docs(README): add weakmap to polyfills --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dcfd78..444e34d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Decorators using lodash functions. View the [API docs](https://steelsojka.github ### Polyfills -This library requires `Map` to be available globally. If `Map` is not supported in your environment then use a polyfill. +This library requires `Map` and `WeakMap` to be available globally. If `Map` or `WeakMap` is not supported in your environment then use a polyfill. ## Usage