assaf / zombie

Insanely fast, full-stack, headless browser testing using node.js
http://zombie.js.org/
MIT License
5.65k stars 520 forks source link

Update README for change to fill method. #1196

Closed MiloATH closed 5 years ago

MiloATH commented 5 years ago

Previously, fill would return this. Now, it returns null or a lazy Promise. So, the code samples are broken. This fixes the code samples. See #1176, #1055, and #1054.