Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robak86 authored Dec 16, 2017
1 parent c44d62f commit 8a252c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GraphQL Schema Decorators

[![Build Status](https://travis-ci.org/robak86/gql-schema.svg?branch=master)](https://travis-ci.org/robak86/gql-schema)
[![Coverage Status](https://coveralls.io/repos/github/robak86/gql-schema/badge.svg?branch=master)](https://coveralls.io/github/robak86/gql-schema?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/robak86/gql-schema/badge.svg?branch=master&service=github)](https://coveralls.io/github/robak86/gql-schema?branch=master)

Yet another library for defining graphql schemas using decorators.

Expand Down Expand Up @@ -413,4 +413,4 @@ type AudioAsset implements Asset {
mimeType: String!
length: Int
}
```
```

0 comments on commit 8a252c7

Please sign in to comment.