diff --git a/packages/joint-core/tutorials/installation.html b/packages/joint-core/tutorials/installation.html index 687e4622a..e6e5ea226 100644 --- a/packages/joint-core/tutorials/installation.html +++ b/packages/joint-core/tutorials/installation.html @@ -91,7 +91,7 @@

Installation

Assuming that you have NPM installed on your system, run the following command in the command line (Terminal/Command Prompt): -
npm install --save jointjs
+
npm install @joint/core

You can then find all the required source files in their respective folders inside the generated node_modules folder.