From 513225c0b0d326146b67e15ba818bb36b7f166fd Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Wed, 16 Oct 2019 03:17:32 -0400 Subject: [PATCH] fix IPs in 64nix --- documentation/64nix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/64nix.md b/documentation/64nix.md index efc4ae2..a2a201d 100644 --- a/documentation/64nix.md +++ b/documentation/64nix.md @@ -78,8 +78,8 @@ Then simply bind each of your application instances to the first address in each ``` Instance 1 - 2620:57:e000:400::1/64 -Instance 2 - 2620:57:e000:401::2/64 -Instance 3 - 2620:57:e000:402::/64 +Instance 2 - 2620:57:e000:401::1/64 +Instance 3 - 2620:57:e000:402::1/64 etc etc etc ```