Skip to content

Commit

Permalink
CNS-784: small fix for plans readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava committed Dec 26, 2023
1 parent b92b012 commit 7239f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/plans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ enum Geolocation {
}
```

The "GLS" geolocation means that the policy is global and not configurable.
The `GLS` geolocation means that the policy is global and not configurable.

#### Selected Providers

Expand Down Expand Up @@ -186,7 +186,7 @@ lavad tx gov vote <latest_proposal_id> yes --from alice <gas-flags>

A valid `plans-add` JSON proposal format:

```
```json
{
"proposal": {
"title": "Add temporary to-delete plan proposal",
Expand Down Expand Up @@ -236,7 +236,7 @@ A valid `plans-add` JSON proposal format:

A valid `plans-del` JSON proposal format:

```
```json
{
"proposal": {
"title": "Delete temporary (to-delete) plan proposal",
Expand Down

0 comments on commit 7239f49

Please sign in to comment.