Update README.md
All checks were successful
/ build (push) Successful in 4s

This commit is contained in:
phil 2025-05-28 17:01:23 +00:00
parent e8d64c3b80
commit 21a08142cf

View file

@ -25,7 +25,7 @@ set DNAME (echo $NAME | tr "_" "-")
or with bash:
```bash
NAME=knoc_foo
NAME=foo
PNAME=knoc_$NAME
DNAME=$(echo $NAME | tr "_" "-")
```