diff --git a/docs/getting-started.md b/docs/getting-started.md index d42069353..ea9f2fbd1 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -90,11 +90,11 @@ Framework includes a helper script (`observable create`) for creating new projec To create a new project with npm, run: -
npm init @observablehq
+
npm init "@observablehq"
If you prefer Yarn, run: -
yarn create @observablehq
+
yarn create "@observablehq"
You can run the above command anywhere, but you may want to `cd` to your `~/Development` directory first (or wherever you do local development).