diff --git a/README.md b/README.md index 0b7a6ac..68c7b3f 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ $ gh-stack annotate 'stack-identifier' # Same as above, but for the specified repository. $ gh-stack annotate 'stack-identifier' -r '' +# Same as above, but with a custom title prefix. +$ gh-stack annotate 'stack-identifier' -r '' --prefix '#' + # Same as above, but precede the markdown table with the # contents of `filename.txt`. $ gh-stack annotate 'stack-identifier' -p filename.txt