From 8902a099f89ff9cc88418f05ca7a0f45bb72a90f Mon Sep 17 00:00:00 2001 From: Szymon Borecki Date: Sat, 16 Nov 2019 18:50:11 +0100 Subject: [PATCH] Update LokiJS link This PR updates the LokiJS to point to the new one since the .org one is hosting a blog not related to the project --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8423af..61a6aff 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You will be prompted for your Steam Web API key, you can obtain it on [this page Storage ------- -The default built-in storage is based on [LokiJS](http://lokijs.org/) library which allows to embed it in pure JavaScript environments like the Steam game client. It stores all data in the `db.json` file. However, you can manually replace the storage engine with another community solution to improve performance. +The default built-in storage is based on [LokiJS](http://techfort.github.io/LokiJS/) library which allows to embed it in pure JavaScript environments like the Steam game client. It stores all data in the `db.json` file. However, you can manually replace the storage engine with another community solution to improve performance. See [this step-by-step guide](http://docs.screeps.com/contributed/ps_ubuntu.html) which explains how to install a standalone private server on Ubuntu using MongoDB and Redis as a storage. @@ -202,4 +202,4 @@ If you want to publish your bot AI to the NPM repository, set `main.js` as the m "main": "src/main.js", "screeps_bot": true } -``` \ No newline at end of file +```