From 1857fbde98e8f05bc96f9e3d93a9b6f244eda414 Mon Sep 17 00:00:00 2001 From: Frank Force Date: Fri, 5 Jan 2024 21:43:02 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11eb3155..98a50040 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ LittleJS is a small but powerful game engine with many features and no depenenci - Designed to work with all modern web bowsers and mobile devices - Compatible with TypeScript and includes [an example TS project](https://killedbyapixel.github.io/LittleJS/examples/typescript) -- For size coding competitions like [js13kGames](https://js13kgames.com/), starter project builds to a 7KB zip file +- For size coding competitions like [js13kGames](https://js13kgames.com/), [a special example project builds to a 7KB zip file](https://killedbyapixel.github.io/LittleJS/examples/js13k) - Builds to a Windows executable with [Electron](https://www.electronjs.org/) for distribution on platforms like Steam - Open Source with the [MIT license](https://github.com/KilledByAPixel/LittleJS/blob/main/LICENSE) so it can be used for anything you want