From aa0ed72c236b49cda4df818a4a5decd76db9c902 Mon Sep 17 00:00:00 2001 From: Yuri Pourre Date: Mon, 22 Dec 2025 14:00:35 -0800 Subject: [PATCH] Update README to remove duplicate section Removed duplicate section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a64eeb366..650981734 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ # What is DevilutionX -DevilutionX is an open-source reimplementation of the Diablo and Hellfire game engine, created through extensive analysis of the original game binaries. The project provides a source-compatible engine that allows users who legally own the original games to run them on modern systems, while offering bug fixes, performance improvements, and optional quality-of-life features. DevilutionX does not include or distribute any copyrighted game assets and requires the original data files to function. It is not affiliated with or endorsed by Blizzard Entertainment. +DevilutionX is an open-source reimplementation of the Diablo and Hellfire game engine, created through extensive analysis of the original game binaries. The project provides a source-compatible engine that allows users who legally own the original games to run them on modern systems, while offering bug fixes, performance improvements, and optional quality-of-life features. DevilutionX does not include or distribute any copyrighted game assets and requires the original data files to function. Check out the [manual](https://github.com/diasurgical/devilutionX/wiki) for available features and how to take advantage of them.