diff --git a/README.md b/README.md index c8e4843..d9fdf59 100644 --- a/README.md +++ b/README.md @@ -656,7 +656,7 @@ fga tuple **delete** --store-id= If you want to delete all the tuples in a store, you can use the following code: ``` -fga tuple read --simple-output > tuples.json +fga tuple read --simple-output --max-pages=0 > tuples.json fga tuple delete --file tuples.json ```