From 5e56b6fbff85acb6c7b41ec4da758c11c6a64894 Mon Sep 17 00:00:00 2001 From: Samuel Roach Date: Wed, 1 Jun 2022 18:30:43 +0100 Subject: [PATCH] Removed tabbing in Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3307adc..b840b75 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ There are 3 types of query available in the ``Ergast()`` class. FILTER fu The order of the builder functions is inconsequential, however the final function called should be a return function. ``` - Ergast().{paging/filter}.{return} +Ergast().{paging/filter}.{return} ``` More detail on the available functions within the ``Ergast()`` class is available below.