Skip to content

Commit 5244899

Browse files
colinhacksyaacovCR
authored andcommitted
docs: add installation instructions for bun (graphql#3957)
1 parent 2d073c7 commit 5244899

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,24 @@ through that README and the corresponding tests in parallel.
2525

2626
Install GraphQL.js from npm
2727

28-
With npm:
28+
With `npm`:
2929

3030
```sh
3131
npm install --save graphql
3232
```
3333

34-
or using yarn:
34+
With `yarn`:
3535

3636
```sh
3737
yarn add graphql
3838
```
3939

40+
With `bun`:
41+
42+
```sh
43+
bun add graphql
44+
```
45+
4046
GraphQL.js provides two important capabilities: building a type schema and
4147
serving queries against that type schema.
4248

0 commit comments

Comments
 (0)