ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 384 forks source link

Update README.md as per the configuration. #302

Closed rahimnagori closed 2 years ago

rahimnagori commented 2 years ago

Current installation instructions are throwing an error. image

This needs to be updated from app.engine('handlebars', exphbs()); to app.engine('handlebars', exphbs.engine());

For the I want to raise a PR.

UziTech commented 2 years ago

you are looking in the wrong repo. express-handlebars has been moved to https://github.com/express-handlebars/express-handlebars

rahimnagori commented 2 years ago

Thanks for the clarification.