From 21518b0b410b67c7b4f11e85e9ff394b42b0c9ca Mon Sep 17 00:00:00 2001 From: JulianThijssen Date: Thu, 12 Oct 2023 14:10:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4413e6c..39a9ba6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - [View](https://github.com/ManiVaultStudio/ExamplePlugins/tree/master/ExampleView): visualize data and provide interaction, e.g., using [OpenGL](https://github.com/ManiVaultStudio/ExamplePlugins/tree/master/ExampleViewOpenGL) or [JavaScript](https://github.com/ManiVaultStudio/ExamplePlugins/tree/master/ExampleViewJS) backends ## Requirements -* ManiVault (https://github.com/ManiVaultStudio/Core) +* ManiVault Studio (https://github.com/ManiVaultStudio/Core) * CMake 3.17+ (https://cmake.org/) * Qt 6.3.1+ (https://www.qt.io/download), additional libraries: Qt WebEngine, Qt WebChannel, Qt Positioning and the Qt5 Compatibility Module * A C++17 compatible compiler