diff --git a/README.md b/README.md index eb742f7..ccf31a9 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ Starting with 0.8.0, you can enable streaming queries. If too few results from t ```tsql SET hnsw.streaming = on; -- or -SET ivfflat.streaming = off; +SET ivfflat.streaming = on; ``` ### Streaming Options