This commit is contained in:
Paul Gauthier 2023-05-16 06:41:03 -07:00
parent c499b5d8ed
commit 1575e885b7
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# aider
# aider is GPT-4 powered coding in your terminal
`aider` is a command-line chat tool that allows you to code with GPT-4 in the terminal.
Ask GPT for features, improvements, or bug fixes and `aider` will apply the suggested changes to your source files.

View file

@ -18,7 +18,6 @@
<a id="skip-to-content" href="#content">Skip to the content.</a>
<header class="page-header" role="banner">
pageurl x{{page.url}}x
{% if page.url == "/" %}
<h1 class="project-name">aider</h1>
<h2 class="project-tagline">aider is GPT-4 powered coding in your terminal</h2>