Skip to content

Commit

Permalink
fix example in README
Browse files Browse the repository at this point in the history
This commit removes the redundant ellipsis in the example which creates
the customer table. The ellipsis doesn't any any value but rather
detracts the user from trying out the extension for the first time
because they can't just copy and paste the example.
  • Loading branch information
imor committed Jul 5, 2023
1 parent 0dfd45f commit 6e1003c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ create extension pg_jsonschema;

create table customer(
id serial primary key,
...
metadata json,

check (
Expand Down

0 comments on commit 6e1003c

Please sign in to comment.