Use Prettier for the readme.

This commit is contained in:
Jayden Seric 2018-09-18 22:32:11 +10:00
parent e0f0b483c5
commit 1948f242e3
2 changed files with 7 additions and 2 deletions

5
.prettierrc Normal file
View File

@ -0,0 +1,5 @@
{
"proseWrap": "never",
"singleQuote": true,
"semi": false
}

View File

@ -4,5 +4,5 @@
A full stack demo of file uploads via GraphQL mutations using [Apollo](https://apollographql.com) [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec) implementations:
* [Example GraphQL API](api) using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server).
* [Example web app](app) using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).
- [Example GraphQL API](api) using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server).
- [Example web app](app) using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).