Skip to content

Commit 6b3b8ae

Browse files
committed
fix docs
1 parent 7a239e1 commit 6b3b8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ NB: You can only filter on the requested table (not on it's included) and filter
322322
### Column selection
323323

324324
By default all columns are selected. With the "include" parameter you can select specific columns.
325-
You may use a "dot character" to separate the table name from the column name. Multiple columns should be comma separated.
325+
You may use a dot to separate the table name from the column name. Multiple columns should be comma separated.
326326
An asterisk ("*") may be used as a wildcard to indicate "all columns". Similar to "include" you may use the "exclude" parameter to remove certain columns:
327327

328328
```

0 commit comments

Comments
 (0)