Skip to content

Commit

Permalink
docs: update to budget and use lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybxyz committed Nov 25, 2021
1 parent 3eff765 commit b94f899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/How-To/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Description: A high-level overview of gRPC-gateway REST Routes in budget module.
In order to test out the following REST routes, you need to set up a local node to query from. You can refer to this [localnet tutorial](../../Tutorials/localnet) on how to build `budgetd` binary and bootstrap a local network in your local machine.

- [Params](#Params)
- [Plans](#Plans)
- [Budgets](#Budgets)
- [Addresses](#Addresses)

### Params
Expand All @@ -39,7 +39,7 @@ http://localhost:1317/cosmos/budget/v1beta1/params <!-- markdown-link-check-disa
}
```

### Plans
### Budgets

Query all the budget plans exist in the network

Expand Down
2 changes: 1 addition & 1 deletion docs/How-To/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In order to test out the following command-line interfaces, you need to set up a

## Transaction

There is no command-line interface for the Budget module. However, in order to query budget parameters and plans we are going to submit a governance proposal to create a budget plan in this documentation.
There is no command-line interface for the budget module. However, in order to query budget parameters and plans we are going to submit a governance proposal to create a budget plan in this documentation.

### Propose a Budget Plan

Expand Down

0 comments on commit b94f899

Please sign in to comment.