Skip to content

Commit b74b02e

Browse files
authored
Update modules/ROOT/pages/installation-self-hosted.adoc
1 parent 19841a9 commit b74b02e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/installation-self-hosted.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Install {productname} using npm or Yarn:
1010
[source,sh]
1111
----
1212
# Using npm
13-
npm install tinymce@^{productmajorversion}
13+
npm install tinymce@^{productmajorversion}.0.0
1414
1515
# Using Yarn
16-
yarn add tinymce@^{productmajorversion}
16+
yarn add tinymce@^{productmajorversion}.0.0
1717
----
1818

1919
Then configure {productname} to use the local installation:

0 commit comments

Comments
 (0)