mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
aider: Centered the SVG image and added a Discord badge below it linking to https://discord.gg/SqzfE6bw.
# Aider chat conversation: USER: center the svg image and place a discord badge below it linking to https://discord.gg/SqzfE6bw ASSISTANT: To center the SVG image and place a Discord badge below it, we need to modify the README.md file. Here are the changes: <source>markdown README.md <<<<<<< ORIGINAL  - [Discord](https://discord.gg/SqzfE6bw) ======= <p align="center"> <img src="assets/screencast.svg" alt="aider screencast"> </p> <p align="center"> <a href="https://discord.gg/SqzfE6bw"> <img src="https://img.shields.io/discord/308323056592486420?logo=discord" alt="chat on Discord"> </a> </p> >>>>>>> UPDATED </source> This change centers the SVG image and places a Discord badge below it. The badge links to the provided Discord URL.
This commit is contained in:
parent
46083802c7
commit
d7fd4eb8c7
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -8,9 +8,15 @@ Aider makes it easy to
|
||||||
proposed by GPT without copy/pasting.
|
proposed by GPT without copy/pasting.
|
||||||
It also has features that [help GPT-4 understand and modify larger codebases](https://aider.chat/docs/ctags.html).
|
It also has features that [help GPT-4 understand and modify larger codebases](https://aider.chat/docs/ctags.html).
|
||||||
|
|
||||||

|
<p align="center">
|
||||||
|
<img src="assets/screencast.svg" alt="aider screencast">
|
||||||
|
</p>
|
||||||
|
|
||||||
- [Discord](https://discord.gg/SqzfE6bw)
|
<p align="center">
|
||||||
|
<a href="https://discord.gg/SqzfE6bw">
|
||||||
|
<img src="https://img.shields.io/discord/308323056592486420?logo=discord" alt="chat on Discord">
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
- [Getting started](#getting-started)
|
- [Getting started](#getting-started)
|
||||||
- [Example chat transcripts](#example-chat-transcripts)
|
- [Example chat transcripts](#example-chat-transcripts)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue