adithyabhaskar commited on
Commit
983f863
1 Parent(s): 29699e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,6 +20,6 @@ template generation: <question> | <db_id> | <schema_without_content>
20
  ```
21
  The output format is
22
  ```
23
- <J> joins @ <S> selects @ <template>
24
  ```
25
  The plan at the beginning is used to enforce diversity as described in our paper. A typical template looks like `SELECT column, column FROM table AS t1 JOIN table AS t2`.
 
20
  ```
21
  The output format is
22
  ```
23
+ <db_id> | <J> joins @ <S> selects @ <template>
24
  ```
25
  The plan at the beginning is used to enforce diversity as described in our paper. A typical template looks like `SELECT column, column FROM table AS t1 JOIN table AS t2`.