diff --git a/packages/website/src/routes/docs/index.tsx b/packages/website/src/routes/docs/index.tsx index fa68a15f6..0ba254e3c 100644 --- a/packages/website/src/routes/docs/index.tsx +++ b/packages/website/src/routes/docs/index.tsx @@ -26,11 +26,11 @@ function GettingStarted() {

Installation

- Install the server globally and run it on your machine: + Install the CLI globally and run it on your machine:

$ - npm install -g @paseohq/server + npm install -g @getpaseo/cli
$