diff --git a/README.md b/README.md index ff4db7c..aef26b3 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,9 @@ See the PDF manual at . ### [`nanoidgen(1)`][] -Usage: `nanoidgen [length]` +``` +$ nanoidgen [length] +``` Generates a Nano ID of the default length, or the specified length within 1 and 256, and prints it to the standard output. diff --git a/openbsd/README.md b/openbsd/README.md index 16afbe5..0d93131 100644 --- a/openbsd/README.md +++ b/openbsd/README.md @@ -90,7 +90,9 @@ See the PDF manual at . ### [`nanoidgen(1)`][] -Usage: `nanoidgen [length]` +``` +$ nanoidgen [length] +``` Generates a Nano ID of the default length, or the specified length within 1 and 256, and prints it to the standard output.