Skip to content

Commit 631b6c2

Browse files
committed
chore: update package description
1 parent 0691db6 commit 631b6c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![dependencies](https://david-dm.org/19majkel94/type-graphql/status.svg)](https://david-dm.org/19majkel94/type-graphql)
88
[![gitter](https://badges.gitter.im/type-graphql.svg)](https://gitter.im/type-graphql?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
99

10-
Create GraphQL resolvers and schemas with TypeScript, using classes and decorators!
10+
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
1111

1212
## Design Goals
1313
We all love GraphQL but creating GraphQL API with TypeScript is a bit of pain.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"license": "MIT",
1010
"readmeFilename": "README.md",
11-
"description": "Create GraphQL resolvers and schemas with TypeScript, using classes and decorators!",
11+
"description": "Create GraphQL schema and resolvers with TypeScript, using classes and decorators!",
1212
"repository": {
1313
"type": "git",
1414
"url": "https://github.com/19majkel94/type-graphql.git"

0 commit comments

Comments
 (0)