Skip to content

Commit

Permalink
feat(act): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Sárai committed Oct 14, 2024
1 parent 3b61215 commit 985f938
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@ the [releases tab](https://github.com/ethersphere/swarm-cli/releases).

![Swarm CLI Feed Upload Command](./docs/feed-upload.gif)

## Upload file with ACT
## Upload a file with ACT

```sh
swarm-cli upload <file> --act --stamp <postage_batch_id>
```

## Download file with ACT
## Download a file with ACT

```sh
swarm-cli download <swarm_hash> <file> --act --act-history-address <swarm_history_address> --act-publisher <public_key>
```

## Create grantees list
## Create a grantees list

```sh
swarm-cli grantee create grantees.json --stamp <postage_batch_id>
Expand All @@ -102,13 +102,13 @@ swarm-cli grantee create grantees.json --stamp <postage_batch_id>
}
```

## Get grantees list
## Get a grantees list

```sh
swarm-cli grantee get <grantee_reference>
```

## Patch grantees list
## Patch a grantees list

```sh
swarm-cli grantee patch grantees-patch.json \
Expand Down

0 comments on commit 985f938

Please sign in to comment.