From ece138d7e9fa849c434400f349158ee7545e0745 Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Sun, 16 Feb 2020 22:24:36 +1200 Subject: [PATCH] :pencil2: Update README.md. Ct.js is an electron app now, not nw-js. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a691217af..0edf10d33 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ For bugs, feature requests, developing questions, please use [GitHub issues](htt # Repo structure & tools -* `app` — an [NW.js app](https://nwjs.io/), with its configs and static files. +* `app` — an [Electron app](https://electronjs.org/), with its configs and static files. * `data` * `ct.release` — the ct.js game library, aka its "core" * `ct.libs` — catmods (modules) that ship with ct.js. Feel free to create a pull request with your module!