Skip to content

Commit a155dbd

Browse files
committed
fix: small fixes
1 parent eb499c5 commit a155dbd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ graphql-compose-aws
88
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
99
[![Greenkeeper badge](https://badges.greenkeeper.io/graphql-compose/graphql-compose-aws.svg)](https://greenkeeper.io/)
1010

11-
This module expose AWS SDK API via GraphQL.
11+
This module expose AWS Cloud API via GraphQL.
1212

1313
#### Live demo of [AWS SDK API via Graphiql](https://graphql-compose.herokuapp.com/aws/)
1414
Generated Schema Introspection in SDL format can be found [here](https://raw.githubusercontent.com/graphql-compose/graphql-compose-aws/master/examples/introspection/schema.txt) (more than 10k types, ~2MB).

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-compose-aws",
33
"version": "0.0.0-semantically-released",
4-
"description": "Elastic search via GraphQL",
4+
"description": "AWS Cloud API via GraphQL",
55
"files": [
66
"lib"
77
],
@@ -13,6 +13,7 @@
1313
"keywords": [
1414
"graphql",
1515
"aws",
16+
"amazon cloud",
1617
"aws sdk",
1718
"graphql-compose"
1819
],

0 commit comments

Comments
 (0)