From 43aa31be583fd0b36b53a12a61a996ca86d7b9bd Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 15 Aug 2020 18:34:05 -0400 Subject: [PATCH] Add missing yaml identifier to enable code highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a162ce..312f124e 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ See the [example](example) folder. By setting `services[].graphql` to true, the body will automatically be wrapped by the standard GraphQL `query` parameter. For instance, the following configuration: -``` +```yaml services: - name: filter users by gender url: http://localhost:8080/playground