Skip to content

Commit ab66b7e

Browse files
author
Raul Hidalgo Caballero
authored
Modified README.md (#22)
1 parent 24d96a0 commit ab66b7e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
[![NuGet](https://img.shields.io/nuget/v/GraphQL.Client.svg)](https://www.nuget.org/packages/GraphQL.Client)
44
[![MyGet](https://img.shields.io/myget/graphql-dotnet/v/GraphQL.Client.svg)](https://www.myget.org/feed/graphql-dotnet/package/nuget/GraphQL.Client)
55

6-
A GraphQL Client for .NET Standard.
6+
A GraphQL Client for .NET Standard over HTTP.
7+
8+
## Specification:
9+
The Library will try to follow the following standards and documents:
10+
[GraphQL Specification](http://facebook.github.io/graphql/October2016/)
11+
[GraphQL HomePage](http://graphql.org/learn/)
712

813
## Usage:
914

@@ -61,8 +66,6 @@ var name = personType.Name;
6166
```
6267

6368
## Useful Links:
64-
[GraphQL Specification](http://facebook.github.io/graphql/October2016/)
65-
6669
[StarWars Example Server (GitHub)](https://github.com/graphql/swapi-graphql)
6770
[StarWars Example Server (EndPoint)](https://swapi.apis.guru/)
6871

0 commit comments

Comments
 (0)