Skip to content

Commit 3d7b4da

Browse files
authored
docs: update example bee tag to use more recent version (#303)
1 parent df98077 commit 3d7b4da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ npm install -g @ethersphere/bee-factory
1616
## Usage
1717

1818
```sh
19-
bee-factory start # Start the stack (uses bundled snapshot for fast boot)
20-
bee-factory start --fresh # Redeploy contracts from scratch, save new snapshot
21-
bee-factory start --tag v2.5.0 # Build Bee from a specific git ref (default: master)
19+
bee-factory start # Start the stack (uses bundled snapshot for fast boot)
20+
bee-factory start --fresh # Redeploy contracts from scratch, save new snapshot
21+
bee-factory start --tag v2.7.1 # Build Bee from a specific git ref (default: master)
2222

23-
bee-factory stop # Stop and remove all containers
23+
bee-factory stop # Stop and remove all containers
2424
```
2525

2626
## Endpoints

0 commit comments

Comments
 (0)