Skip to content

Commit 0d86b52

Browse files
authored
Fix README (#346)
1 parent b9457d1 commit 0d86b52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ batcher_start: ./batcher/.env
137137
install_batcher:
138138
@cargo +nightly-2024-04-17 install --path batcher
139139

140-
install_aligned_cli:
140+
install_aligned:
141141
@cargo +nightly-2024-04-17 install --path batcher/client
142142

143143
build_batcher_client:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Aligned works with EigenLayer to leverage ethereum consensus mechanism for ZK pr
3131
To install the batcher client to send proofs in the testnet, run:
3232

3333
```bash
34-
make install_batcher_client
34+
make install_aligned
3535
```
3636

3737
### Run

0 commit comments

Comments
 (0)