From ad1915a526256f20f47a5b01f2dcbc7534c64639 Mon Sep 17 00:00:00 2001 From: Tobias Casper Date: Fri, 29 Mar 2024 02:38:45 +0100 Subject: [PATCH] docs: remove trailing whitespace --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index dabc54b..24b8f27 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,9 +1,9 @@ # Examples for GraphQL Websocket Client -To make the examples work, boot up the test server provided in the +To make the examples work, boot up the test server provided in the `docker-compose.yml`. By default, the server is running on port 8080. -Then, from the project root, use `mix run` to run any of the example scripts. +Then, from the project root, use `mix run` to run any of the example scripts. ```sh mix run examples/query.exs