Skip to content

Commit b4bb1a5

Browse files
committed
typo
1 parent ce2114b commit b4bb1a5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Binary file not shown.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Bash alias:
4747
function anybar {
4848
if [ -z "$2" ]; then PORT=1738; else PORT=$2; fi
4949
echo -n $1 | nc -4u -w0 localhost $PORT
50-
}```
50+
}
51+
```
5152

5253
Go:
5354

0 commit comments

Comments
 (0)