From 38bcefacd4fc810704cc17b58892e8e707b19e1f Mon Sep 17 00:00:00 2001 From: tofasthacker Date: Sun, 21 Jan 2024 01:52:51 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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