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
![aider screencast](assets/screencast.svg)

- [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:
Paul Gauthier 2023-07-20 09:51:16 -03:00
parent 46083802c7
commit d7fd4eb8c7

View file

@ -8,9 +8,15 @@ Aider makes it easy to
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).
![aider screencast](assets/screencast.svg)
<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)
- [Example chat transcripts](#example-chat-transcripts)
- [Features](#features)