Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Dec 6, 2023
1 parent 484d89e commit 31a7168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ SELECT vectorize.table(
job_name => 'product_search',
"table" => 'products',
primary_key => 'product_id',
columns => ARRAY['product_name', 'description'],
columns => ARRAY['product_name', 'description']
);
```

Expand Down

0 comments on commit 31a7168

Please sign in to comment.