Skip to content

Commit

Permalink
refactor(website): use npm2yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Jun 12, 2023
1 parent 0c6413c commit 04d6e15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/src/pages/get-started.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PackageCmd, Callout } from '@theguild/components';
import { Callout } from '@theguild/components';

# Get Started

Expand All @@ -8,7 +8,9 @@ For detailed documentation and API reference, check out the [documentation page]

## Install

<PackageCmd packages={['graphql-sse']} />
```sh npm2yarn
npm i graphql-sse
```

## Create a GraphQL schema

Expand Down

0 comments on commit 04d6e15

Please sign in to comment.