nitin42 / terminal-in-react

👨‍💻 A component that renders a terminal
http://terminal-in-react.surge.sh/
MIT License
2.12k stars 151 forks source link

Change the default value of watchConsoleLogging to match docs #64

Closed rynorris closed 5 years ago

rynorris commented 5 years ago

The readme claims that watchConsoleLogging defaults to false. But it was actually defaulting to true.

This PR changes the default value to false to match the docs.

nitin42 commented 5 years ago

Thanks 🙂