From b1d836f45fdae1f23365c0ebba77a4f7a2f18cb9 Mon Sep 17 00:00:00 2001 From: containerscrew Date: Sat, 7 Dec 2024 14:36:56 +0100 Subject: [PATCH] Update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2e7d5..b7ce7f0 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ make compose-build Before running the container, you need to edit the configuration file [`nflux.toml`](./nflux.toml). The most important configuration is the `interface` name. ```bash -ip link show # get the name of your PHISICAL interface +ip link show # get the name of your PHYSICAL interface # Once is changes in the conf file, lets run nflux make compose-up ```