summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-29 09:43:17 -0700
committerTy Dunn <ty@tydunn.com>2023-06-29 09:43:17 -0700
commita6adf96d7043fdeadd9ca4a82d6cbb036a384a54 (patch)
tree944236198bb89abc6e001aaf3a8396aca1603b00 /README.md
parent1e2f3bdf8f6b9de728c12bd3a405a80ce66e11c5 (diff)
downloadsncontinue-a6adf96d7043fdeadd9ca4a82d6cbb036a384a54.tar.gz
sncontinue-a6adf96d7043fdeadd9ca4a82d6cbb036a384a54.tar.bz2
sncontinue-a6adf96d7043fdeadd9ca4a82d6cbb036a384a54.zip
fixing headers
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 8 insertions, 12 deletions
diff --git a/README.md b/README.md
index dd44bcc2..2e6996db 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,6 @@
<h1 align="center">Continue</h1>
-<div align="center">
-
-**[Continue](https://continue.dev/docs) is the open-source autopilot for software development—a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Continue.continue) that brings the power of ChatGPT to your IDE**
-
-</div>
+<h2 align="center">[Continue](https://continue.dev/docs) is the open-source autopilot for software development—a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Continue.continue) that brings the power of ChatGPT to your IDE</h2>
<div align="center">
@@ -15,33 +11,33 @@
</div>
-# Task, not tab, auto-complete
+## Task, not tab, auto-complete
-## Edit in natural language
+### Edit in natural language
Highlight a section of code and instruct Continue to refactor it
- `/edit Make this use more descriptive variable names`
- `/edit Rewrite this API call to grab all pages`
- `/edit Use 'Union' instead of a vertical bar here`
-## Get possible explainations
+### Get possible explainations
Ask Continue about a part of your code to get another perspective
- `/explain what might cause this error?`
- `/explain what is the load_dotenv library name?`
- `/explain how do I find running process on port 8000?`
-## Generate files from scratch
+### Generate files from scratch
Let Continue build the scaffolding of Python scripts, React components, and more
- `Create a shell script to back up my home dir to /tmp/`
- `Write Python in a new file to get Posthog events`
- `Add a React component for syntax highlighted code`
-# Getting Started
+## Getting Started
-## [Download for VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
+### [Download for VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
-# License
+## License
[Apache 2.0 © 2023 Continue Dev, Inc.](./LICENSE)