Skip to content

Commit e96b17a

Browse files
committed
Add newline before "You may also use select *..."
1 parent 2f7eea6 commit e96b17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ SELECT
102102
### Supported Fields
103103

104104
Most of the fields listed in [GitHub API v3](https://developer.github.com/v3/) are available for query.
105-
For example, for `org_name.repos` queries, you can specify `id`, `name`, `full_name`, `description` ... etc. in expr's.
105+
For example, for `org_name.repos` queries, you can specify `id`, `name`, `full_name`, `description` ... etc. in expr's.
106106
You may also use `select *` for the full list of fields.
107107

108108
### Supported Functions

0 commit comments

Comments
 (0)