diff --git a/README.md b/README.md index 4fc21a3..1abe768 100644 --- a/README.md +++ b/README.md @@ -240,8 +240,8 @@ The below table shows how this tap will map between jsonschema datatypes and Pos | jsonschema | Postgres | | ---------------------------------------------------------------------------------- | --------------------------------------- | | integer | bigint | -| integer with maximum<32768 | smallint | -| integer with maximum>=2147483648 | integer | +| integer with maximum < 32768 | smallint | +| integer with maximum < 2147483648 | integer | | UNSUPPORTED | bigserial | | UNSUPPORTED | bit [ (n) ] | | UNSUPPORTED | bit varying [ (n) ] |