From 49d8e88f233acb2fa7d7b372aa4b34b58c583564 Mon Sep 17 00:00:00 2001 From: Lance Ewing Date: Mon, 6 May 2024 21:45:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03db4e3..6dcca26 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Most of the original Sierra On-Line games are still available for purchase onlin To purchase the original games online, check out [gog.com](https://www.gog.com) and [Steam](https://store.steampowered.com). ## Requirements -AGILE should run on most modern web browsers. It does, however, rely on some browser APIs that are relatively recent, such as the SharedArrayBuffer and Origin Private File System. It has been tested on Chrome, Edge, Firefox and Safari, both the desktop and mobile versions, and has been confirmed to work. If it doesn't work for you, then check to make sure that you have updated your browser to the latest version. If it still doesn't work, please create an issue under the [Issues](https://github.com/lanceewing/agile-gdx/issues) section above with the details of your device and browser version. +AGILE should run on most modern web browsers. It does, however, rely on some browser APIs that are relatively recent, such as the [SharedArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) and [Origin Private File System (OPFS)](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API/Origin_private_file_system). It has been tested on Chrome, Edge, Firefox and Safari, both the desktop and mobile versions, and has been confirmed to work. If it doesn't work for you, then check to make sure that you have updated your browser to the latest version. If it still doesn't work, please create an issue under the [Issues](https://github.com/lanceewing/agile-gdx/issues) section above with the details of your device and browser version. The UI of AGILE has been designed primarily with mobile devices in mind. Give it a try on your Android, iPhone or iPad! Remember that in order to play the original Sierra games, you'll need your own copy of the game files on your device.