diff --git a/README.md b/README.md index 2b7a911..7e53b42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # GraphQL Attribute Schema +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE) +[![PHP Version](https://img.shields.io/badge/php-%5E8.4-8892BF.svg?style=flat)](http://www.php.net) + Build your GraphQL Schema (for [webonyx/graphql-php](https://github.com/webonyx/graphql-php)) based on attributes. **Note:** this library is still work in progress, and misses some valuable features (see [todo](docs/todo.md)) diff --git a/docs/index.md b/docs/index.md index 3ac5130..e4a0a11 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,7 @@ # GraphQL Attribute Schema +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE) +[![PHP Version](https://img.shields.io/badge/php-%5E8.4-8892BF.svg?style=flat)](http://www.php.net) + Build your GraphQL Schema (for [webonyx/graphql-php](https://github.com/webonyx/graphql-php)) based on attributes. **Note:** this library is still work in progress, and misses some valuable features (see [todo](todo.md))