From cccfaa47f612cce51963f9cbf89e32b0e8e40d54 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 6 Oct 2022 16:45:49 -0400 Subject: [PATCH] Fixed a spelling error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9263395..a9b1c0e 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ If your game requires some extra setup before launching, there is a section to a There are some tools available for getting games to speak that do not use any of the methods listed above. Look in the speech directory and you will find a clipboard translator and a script to read the current window title when it changes. -If your game is 64 bit only, you will need to add a section here to launch it with the nvda2speechd setup. For a detailed example of this, check out the "Code Dungeon" installer. This is a good one too because it demonstrates an oddity required to get the keyboard working as well as setting the Windows version and architecture. It also shows how to prompt the usere for a file that cannot be downloaded automatically, e.g. something from Itch. +If your game is 64 bit only, you will need to add a section here to launch it with the nvda2speechd setup. For a detailed example of this, check out the "Code Dungeon" installer. This is a good one too because it demonstrates an oddity required to get the keyboard working as well as setting the Windows version and architecture. It also shows how to prompt the user for a file that cannot be downloaded automatically, e.g. something from Itch. That covers most things. If the game happens to require .net, it can really get complicated indeed. For an example of this, take a look at the "Entombed" installer.