diff --git a/README.md b/README.md index e76bbed..901be9d 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Note that the `funding-amount` you specify is not inclusive of the 1 SOL minimum ```bash tuktuk -u task-queue create --name --capacity 10 --funding-amount 100000000 --queue-authority --crank-reward 1000000 +tuktuk -u task-queue create --name --capacity 10 --funding-amount 1000000000 --queue-authority --min-crank-reward 1000000 --stale-task-age ``` The queue capacity is the maximum number of tasks that can be queued at once. Higher capacity means more tasks can be queued, but it also costs more rent in SOL.