summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-17 12:18:13 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-17 12:18:13 -0700
commitc350c72b1d2f8e518296b4baf76d4318e7ceee2e (patch)
tree9e411a5756e1c6f2ef2da33e009c0aa4f9d6d2b8 /docs
parentf88ba451077322ea8093bf860fb4d94ed5b3e41d (diff)
downloadsncontinue-c350c72b1d2f8e518296b4baf76d4318e7ceee2e.tar.gz
sncontinue-c350c72b1d2f8e518296b4baf76d4318e7ceee2e.tar.bz2
sncontinue-c350c72b1d2f8e518296b4baf76d4318e7ceee2e.zip
headless mode docs update
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/walkthroughs/headless-mode.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/walkthroughs/headless-mode.md b/docs/docs/walkthroughs/headless-mode.md
index d4f90264..16252f1f 100644
--- a/docs/docs/walkthroughs/headless-mode.md
+++ b/docs/docs/walkthroughs/headless-mode.md
@@ -1,6 +1,6 @@
-# Completing Tasks Asynchronously with Headless Mode
+# Headless Mode
-"Headless mode" allows Continue to run in the background, without needing to be connected to the IDE or GUI. This is useful for performing refactors or other tasks that might take time to complete. Headless mode can also be run in CI/CD for example to perform a thorough review for errors.
+"Headless mode" allows Continue to run in the background, without needing to be connected to the IDE or GUI. This is useful for performing refactors or other long-running tasks asynchronously. Headless mode can also be run in CI/CD for example to perform a thorough review for errors.
To use headless mode: