From 01a7bec652dec9c13b5e8a9f04cb4a4c22ee70d9 Mon Sep 17 00:00:00 2001 From: Ewout Stortenbeker Date: Wed, 7 Nov 2018 10:57:06 +0100 Subject: [PATCH] Documentation update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27fc01f..dc50506 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ by older releases might be incompatible with newer versions, so you might have t ### Prerequisites -AceBase currently only runs on [Node](https://nodejs.org/), as it requires the 'fs' filesystem. To use AceBase in a browser, use [acebase-client](https://www.npmjs.com/package/acebase-client) to connect to an [acebase-server](https://www.npmjs.com/package/acebase-server) instance. +AceBase currently only runs on [Node](https://nodejs.org/), as it requires the 'fs' filesystem. AceBase cannot run in the browser yet, working on that! ### Installing