Skip to content

Commit 5ef877e

Browse files
committed
Lowercase npm
1 parent eb516d3 commit 5ef877e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/partials/module-loading/bundling-vite-es6-npm_vite-dependencies.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ifeval::[{is_zip_install} == false]
33
+
44
[source,sh]
55
----
6-
npm create vite@5 . && NPM install tinymce
6+
npm create vite@5 . && npm install tinymce
77
----
88
+
99
. Or add `+tinymce+` and the following development dependencies to your existing project.
@@ -13,7 +13,7 @@ For example:
1313
+
1414
[source,sh]
1515
----
16-
npm install tinymce && NPM install --save-dev vite
16+
npm install tinymce && npm install --save-dev vite
1717
----
1818

1919
endif::[]

0 commit comments

Comments
 (0)