aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bfbef78..95a2728 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ let
in
pkgs.krops.writeDeploy "deploy" {
source = source;
- target = "root@192.168.56.101";
+ target = "root@YOUR_IP_ADDRESS_OR_HOST_NAME_HERE";
}
```