diff --git a/readme.md b/readme.md index 8824b6f5d..3da05c2e7 100644 --- a/readme.md +++ b/readme.md @@ -159,7 +159,7 @@ validate with: ```sh dymd q incentives active-gauges -# alternatively, watch the outpup - you will see the "amount" change every minute +# alternatively, watch the output - you will see the "amount" change every minute # watch -n1 -d "dymd q incentives active-gauges --output json | jq '.data[] | { "id": .id, "coins": .coins } '" ```