Bug in the Server side installation instructions
sandzone opened this issue · comments
Sandeep Muthangi commented
Page URL
https://hyperformula.handsontable.com/guide/server-side-installation.html
Improvement description
It should be
const {HyperFormula} = require('hyperformula');
instead of
const HyperFormula = require('hyperformula');
Kuba Sekowski commented
Hi @sandzone, thank you for this report. You're right. I'll fix it in the upcoming release.
Kuba Sekowski commented
@sandzone We've just published new version of the documentation with this issue fixed ;)