Skip to content

Commit

Permalink
Fix README.md formatting (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
3thereum authored Sep 6, 2023
1 parent f2ce82b commit 3ae5a00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ts/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ yarn cli manager-request-withdraw --vault-address=<VAULT_ADDRESS> --amount=<SHAR

Manager can trigger a profit share calculation (this looks up all `VaultDepositors` for a vault eligible for profit share and batch processes them):
```
```
yarn cli apply-profit-share-all --vault-address=<VAULT_ADDRESS>
```

Expand All @@ -56,4 +55,4 @@ To print out the current state of a `Vault` or `VaultDepositor`:
yarn cli view-vault --vault-address=<VAULT_ADDRESS>
yarn cli view-vault-depositor --vault-depositor-address=<VAULT_DEPOSITOR_ADDRESS>
```
```

0 comments on commit 3ae5a00

Please sign in to comment.