diff --git a/manual/content/getting-started.en.md b/manual/content/getting-started.en.md index 00fdd7e66..e8c041a1c 100644 --- a/manual/content/getting-started.en.md +++ b/manual/content/getting-started.en.md @@ -14,7 +14,7 @@ weight: 30 This library requires the peer dependency [three](https://github.com/mrdoob/three.js/). Check the [release notes](https://github.com/vanruesc/postprocessing/releases) for supported versions. ```sh -npm install three postprocessing +npm install postprocessing ``` ## Usage