git ssb

1+

Matt McKegg / mutant



Commit f9d0929f645b84d8c2ec25f4189c76ba545cecb0

readme: update env requirements

Matt McKegg committed on 9/10/2016, 6:22:04 AM
Parent: 6a2488358b3153546476aba65e4cc9dd5bb5663f

Files changed

README.mdchanged
README.mdView
@@ -21,9 +21,10 @@
2121
2222 Requires an environment that supports:
2323 - `Map` and `WeakMap`
2424 - `MutationObserver` (optional, only for root `html-element` binding support)
25- - ES5 arrays
25+ - ES5 arrays (`Array.prototype.forEach`, etc)
26+ - `Array.prototype.includes`
2627
2728 ## Use
2829
2930 ```js

Built with git-ssb-web