Created by: joeyquarters
This PR updates the README example to achieve parity with the require syntax example and contain error-free code.
Background
When following the code example for creating a gulpfile.babel.js, I noticed that there was some funkiness in these lines. Specifically, it would actually throw an error due to redefining const clean. Hopefully this clears that up and makes the documentation easier to follow for users.
Feedback welcome