From 8d9c2ded8fb9561aa8de97b0e819e07da4037f7d Mon Sep 17 00:00:00 2001 From: Talic Date: Sun, 14 Mar 2021 23:39:03 +0200 Subject: [PATCH] readme clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9e780..6b67714 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Download the dll from the release and reference in your project. Create an instance of the api you want to use by passing the IMemoryApi provided by BizHawk to an ExternalTool at runtime. ## Building -Put a BizHawk folder in the folder that contains SotnApi.sln to reference the proper dll files. +Put a BizHawk folder, containing a 2.6.0 or newer release, in the folder that contains SotnApi.sln to reference the proper dll files. ## Contributions I will continue to add functionality, but feel free to do so and make a pull request.