From d199e0fa0f84fd46b95a0f51c95dc78652f57fce Mon Sep 17 00:00:00 2001 From: Nik Date: Fri, 5 Jan 2024 22:19:05 +0100 Subject: [PATCH] git: Updated plugin template link --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d639ccfbc..3ee5f4560 100644 --- a/README.md +++ b/README.md @@ -364,9 +364,8 @@ See [Contributing](/CONTRIBUTING.md) ## Plugin development -To develop plugins for ImHex, use one of the following two templates projects to get started. You then have access to the entirety of libimhex as well as the ImHex API and the Content Registry to interact with ImHex or to add new content. -- [C++ Plugin Template](https://github.com/WerWolv/ImHex-Cpp-Plugin-Template) -- [Rust Plugin Template](https://github.com/WerWolv/ImHex-Rust-Plugin-Template) +To develop plugins for ImHex, use the following template project to get started. You then have access to the entirety of libimhex as well as the ImHex API and the Content Registry to interact with ImHex or to add new content. +- [ImHex Plugin Template](https://github.com/WerWolv/ImHex-Plugin-Template) ## Credits