From 00411b79bc5cf498f0d273a358d4848c570e6359 Mon Sep 17 00:00:00 2001 From: Gentrit Abazi Date: Fri, 30 Oct 2020 21:08:48 +0100 Subject: [PATCH] Updated docs for select columns. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14c2610..2c03246 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You may not always want to select all columns from a database table. Using the select method, you can specify a custom select clause for the query: -`{base_url}/users?select[]=id,first_name` +`{base_url}/users?select=id,first_name` ### Scopes