diff --git a/README.md b/README.md index 7cdff99..b02873e 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ llmcmd is an interactive Linux tool that takes natural language and turns it int ## Usage To use the tool, simply type `llmcmd` the double quotes and your question. Once it has generated the code then you can choose one of 4 options: -- 'n' for skipping the code block (default) -- 'y' for running the code block as is. -- 'e' for editing the code block before running. -- 'q' for ending the tool emedialtly +- `n` for skipping the code block (default) +- `y` for running the code block as is. +- `e` for editing the code block before running. +- `q` for ending the tool emedialtly ## Installation