Skip to content

Commit f20e934

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Make sure one can copy NPM command
2 parents 3179948 + 7bbf35e commit f20e934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Install Encore into your project via Yarn:
3535
$ yarn add @symfony/webpack-encore --dev
3636
3737
# if you prefer npm, run this command instead:
38-
# npm install @symfony/webpack-encore --save-dev
38+
$ npm install @symfony/webpack-encore --save-dev
3939
4040
This command creates (or modifies) a ``package.json`` file and downloads
4141
dependencies into a ``node_modules/`` directory. Yarn also creates/updates a

0 commit comments

Comments
 (0)