Skip to content

Commit 6070c8f

Browse files
authored
Rename example node to just node (#720)
1 parent 3ed21c6 commit 6070c8f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ doc:
6969
.PHONY: pr
7070
pr: fmt buildall test clippy check-mod-test check-udl doc
7171

72-
.PHONY: run-3l
73-
run-3l: ARGS =
74-
run-3l:
75-
cargo run --example 3l-node -- $(ARGS)
72+
.PHONY: run-node
73+
run-node: ARGS =
74+
run-node:
75+
cargo run --example node -- $(ARGS)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Create `.cargo/config.toml` file with desired values (see `.cargo/config.toml.sa
2626

2727
To start the example node included in this repository, run:
2828
```sh
29-
make run-3l
29+
make run-node
3030
```
3131

3232
To start the example node in another environment:
3333
```sh
34-
make run-3l ARGS=dev
34+
make run-node ARGS=dev
3535
```
3636
`local` (default), `dev`, `stage`, and `prod` environments are available.
3737

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)