handsontable / hyperformula

HyperFormula is an open-source headless spreadsheet for business web apps. It comes with over 400 formulas, CRUD operations, undo-redo, clipboard support, and sorting.

Home Page:https://hyperformula.handsontable.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in the Server side installation instructions

sandzone opened this issue · comments

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');

Hi @sandzone, thank you for this report. You're right. I'll fix it in the upcoming release.

@sandzone We've just published new version of the documentation with this issue fixed ;)