trufflesuite / trufflesuite.github.io

Staging Repo of Build Artifacts for Truffle Suite. Find the source at https://github.com/trufflesuite/trufflesuite.com
https://www.trufflesuite.com
34 stars 160 forks source link

Update project.md to `truffle unbox` to avoid deprecation warning #114

Closed ltfschoen closed 7 years ago

ltfschoen commented 7 years ago

Runningtruffle init webpack is now deprecated. Update to docs avoids users encountering warning: Usingtruffle initwith a specific template is deprecated. Please usetruffle unboxinstead.

tcoulter commented 7 years ago

Thanks for the tip off. I've changed the documentation to reflect Truffle Boxes instead. Cheers~