Skip to content

Commit 18bacea

Browse files
committed
Update README.md
Update README.md Update README.md Update README.md
1 parent 004bec3 commit 18bacea

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ Check out the [demo](https://codesandbox.io/s/k3qrkl8qlv) on CodeSandbox: https:
1111

1212
## What is included?
1313

14-
Graphpack utilizes [`webpack`](https://github.com/webpack/webpack) with [`nodemon`](https://github.com/remy/nodemon) and lets you create GraphQL servers with zero configuration. It uses [`Apollo Server`](https://github.com/apollographql/apollo-server) under the hood, so we get features like [GraphQL Playground](https://github.com/prisma/graphql-playground), [GraphQL Imports](https://github.com/prisma/graphql-import) and many more right out of the box.
14+
Graphpack lets you create GraphQL servers _with zero configuration_. It uses [`webpack`](https://github.com/webpack/webpack) with [`nodemon`](https://github.com/remy/nodemon) and [`Apollo Server`](https://github.com/apollographql/apollo-server) under the hood, so we get features like Live Reloading, GraphQL Playground, GraphQL Imports and many more right out of the box.
1515

1616
- 📦 **Zero-config** out of the box
1717
- 🚦 Built-in **Live reload**
1818
- 🚨 Super-friendly error messages
19-
- 🎮 **GraphQL Playground** IDE
20-
- ⭐️ **GraphQL imports** in Schema Definition Language
19+
- 🎮 [**GraphQL Playground**](https://github.com/prisma/graphql-playground) IDE
20+
- ⭐️ [**GraphQL imports**](https://github.com/prisma/graphql-import) in Schema Definition Language
2121
- 🔥 [**Blazing fast**](https://twitter.com/acdlite/status/974390255393505280) bundle times
2222
- ⚡️ **ES module imports** and dynamic `import()`'s thanks to [Babel](https://github.com/babel/babel)
2323

24-
## Install & usage
24+
## Install & Usage
2525

2626
```
2727
yarn add --dev graphpack
@@ -230,8 +230,8 @@ Note that you cannot to set `resolvers`, `typeDefs` or `context` in the config f
230230
For custom configuration you can create a `graphpack` config file in [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) format:
231231

232232
- `graphpack.config.js`
233-
- `"graphpack"` field in `package.json`
234-
- `.grahpackrc` in JSON or YAML
233+
- `graphpack` field in `package.json`
234+
- `.graphpackrc` in JSON or YAML
235235
- `.graphpackrc` with the extensions `.json`, `.yaml`, `.yml`, or `.js`
236236

237237
### Customize Webpack configuration

0 commit comments

Comments
 (0)