Skip to content

Commit

Permalink
fix(docs): README Nilan
Browse files Browse the repository at this point in the history
  • Loading branch information
maticzav committed May 26, 2018
1 parent dc19de5 commit ef8efe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -15,10 +15,10 @@ GraphQL Shield helps you create permission layer for your application. Using int

## Features

* 鉁傦笍 **Super Flexible:** Based on [GraphQL Middleware](https://github.com/prismagraphql/graphql-middleware).
* 馃槍 **Super easy to use:** Just add permissions to your [Yoga](https://github.com/prismagraphql/graphql-yoga) `middlewares` set, and you are ready to go!
* 鉁傦笍 **Flexible:** Based on [GraphQL Middleware](https://github.com/prismagraphql/graphql-middleware).
* 馃槍 **Easy to use:** Just add permissions to your [Yoga](https://github.com/prismagraphql/graphql-yoga) `middlewares` set, and you are ready to go!
* 馃 **Compatible:** Works with all GraphQL Servers.
* 馃殌 **Blazing fast:** Intelligent V8 Shield engine caches all your request to prevent anything from being called too many times.
* 馃殌 **Smart:** Intelligent V8 Shield engine caches all your request to prevent any unnecessary load.
* 馃幆 **Per-Type:** Write permissions for your schema, types or specific fields (check the example below).
* 馃挴 **Tested:** Very well [tested](https://github.com/maticzav/graphql-shield/tree/master/test.js) functionalities!

Expand Down

0 comments on commit ef8efe9

Please sign in to comment.