From f2c6aa1dce75055750b122fc115e46b24b806e41 Mon Sep 17 00:00:00 2001 From: Raymond Rutjes Date: Mon, 19 Jun 2017 19:46:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 890e872..8a8f1f1 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,5 @@ to approximate extending a class, though your results may vary depending on your ## Limitations -This plugin will only reles on assigning `__proto__` for static property inheritance from parent constructors. +This plugin will only rely on assigning `__proto__` for static property inheritance from parent constructors. If you are relying on this, it will not work on IE<=10 and any other browsers that don't support `__proto__`.