From b4ba780d602397a6344300454a4280eaad7890a5 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Thu, 9 Sep 2021 12:40:09 +0100 Subject: [PATCH] Update the README --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b2cc3b9ed2..89bf552b5a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ ![alt text](https://assets.juce.com/juce/JUCE_banner_github.png "JUCE") -JUCE is an open-source cross-platform C++ application framework used for rapidly -developing high quality desktop and mobile applications, including VST, AU (and AUv3), -RTAS and AAX audio plug-ins. JUCE can be easily integrated with existing projects or can -be used as a project generation tool via the [Projucer](https://juce.com/discover/projucer), -which supports exporting projects for Xcode (macOS and iOS), Visual Studio, Android Studio, -Code::Blocks, CLion and Linux Makefiles as well as containing a source code editor and -live-coding engine which can be used for rapid prototyping. +JUCE is an open-source cross-platform C++ application framework for creating high quality +desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins. +JUCE can be easily integrated with existing projects via CMake, or can be used as a project +generation tool via the [Projucer](https://juce.com/discover/projucer), which supports +exporting projects for Xcode (macOS and iOS), Visual Studio, Android Studio, Code::Blocks +and Linux Makefiles as well as containing a source code editor. ## Getting Started