From 67c4d1951dfad711a7d46e7a290b7122e67ae17a Mon Sep 17 00:00:00 2001 From: Tobey Blaber Date: Sat, 16 Mar 2024 02:57:37 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47dfaa3..1c55fcf 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Plugin Doctor can diagnose and advise how to treat (and when to ignore) the foll - the plugin was otherwise skipped - plugins which failed during initialisation: - the plugin was loaded before its requirements - - the plugin references assemblies which were not found + - the plugin references types from assemblies which were not found - the plugin otherwise failed during initialisation - plugins with potential issues: - - the plugin references assemblies which were not found, but did not fail during initialisation + - the plugin references types from assemblies which were not found, but did not fail during initialisation - the plugin targets a potentially incompatible version of BepInEx In the future, it is planned for Plugin Doctor to offer to treat some of these symptoms itself, where possible.