diff --git a/README.md b/README.md index 8c00880c..e7cbb7c6 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ public class SampleConnector extends ConnectorBase implements TapConnector { consumer.accept(list( //Define first table table("empty-table1") - //Define a field named "id", origin field type, whether is primary key and primary key position + //Define a field named "id", origin field type, whether is primary key and primary key position. .add(field("id", "VARCHAR").isPrimaryKey(true).partitionKeyPos(1)) .add(field("description", "TEXT")) .add(field("name", "VARCHAR"))