Skip to content

Commit

Permalink
Fix package name in global install command (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
real34 authored and zetlen committed Oct 8, 2018
1 parent 9fcfcee commit a4c8c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upward-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can use `upward-js` from the command line, through the server API, or throug

#### Command Line

The `upward-js-server` command will become globally available if you install globally: `npm install -g upward-js`.
The `upward-js-server` command will become globally available if you install globally: `npm install -g @magento/upward-js`.

The server takes no arguments; instead it is configured by environment variables. At minimum, the environment variable `UPWARD_JS_UPWARD_PATH` must be set to the path of your definition file, and `UPWARD_JS_BIND_LOCAL` must be set to 1.

Expand Down

0 comments on commit a4c8c5a

Please sign in to comment.