From 04b191a25a671d9626eba076fccaf7121f578da8 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:42:55 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bda080e4d..7c4657836 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ You can find more chat transcripts on the [examples page](https://aider.chat/exa ## Features * Chat with GPT about your code by launching `aider` from the command line with set of source files to discuss and edit together. Aider lets GPT see and edit the content of those files. -* GPT can write and edit code in most popular languages: python, javascript, typescript, html, css, etc. +* GPT can write and edit code in most popular languages: python, javascript, typescript, php, html, css, etc. * Request new features, changes, improvements, or bug fixes to your code. Ask for new test cases, updated documentation or code refactors. * Aider will apply the edits suggested by GPT directly to your source files. * Aider will [automatically commit each changeset to your local git repo](https://aider.chat/docs/faq.html#how-does-aider-use-git) with a descriptive commit message. These frequent, automatic commits provide a safety net. It's easy to undo changes or use standard git workflows to manage longer sequences of changes.