Fix typo in README (#272)

Fix typo
This commit is contained in:
Eoin Kelly
2023-01-03 05:13:59 +13:00
committed by GitHub
parent 4be1b7fc80
commit 2282d8c044

View File

@@ -188,7 +188,7 @@ We use the `PARTITION BY HASH` hashing function, the same as used by Postgres fo
To route queries to a particular shard, we use this custom SQL syntax: To route queries to a particular shard, we use this custom SQL syntax:
```sql ```sql
-- To talk to a shard explicitely -- To talk to a shard explicitly
SET SHARD TO '1'; SET SHARD TO '1';
-- To let the pooler choose based on a value -- To let the pooler choose based on a value