diff --git a/website/src/pages/get-started.mdx b/website/src/pages/get-started.mdx index b4e72be..ebe2d63 100644 --- a/website/src/pages/get-started.mdx +++ b/website/src/pages/get-started.mdx @@ -1,4 +1,4 @@ -import { PackageCmd, Callout } from '@theguild/components'; +import { Callout } from '@theguild/components'; # Get Started @@ -8,7 +8,9 @@ For detailed documentation and API reference, check out the [documentation page] ## Install - +```sh npm2yarn +npm i graphql-sse +``` ## Create a GraphQL schema