]> git.cworth.org Git - lmno.games/blobdiff - README
Add some autofocus attributes
[lmno.games] / README
diff --git a/README b/README
index 1afb559523710c3909064c81fed7ae140cc92007..08815537541cfed6e2987f3ecef5aef5d71c6665 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Static resources for the htttps://lmno.games/ website
+Static resources for the https://lmno.games/ website
 
 This repository contains the static HTML, JavaScript, and CSS files
 used by the lmno.games website, including support for downloading and
 
 This repository contains the static HTML, JavaScript, and CSS files
 used by the lmno.games website, including support for downloading and
@@ -16,7 +16,10 @@ code:
 Dependencies
 ------------
 Compiling the source requires the babel (version 6) CLI to be
 Dependencies
 ------------
 Compiling the source requires the babel (version 6) CLI to be
-available as "babeljs" along with the "react" preset. This can be
-achieved on Debian with:
+available as "babeljs" along with the "react" preset and support for
+"object spread" syntax. This can be achieved on Debian with:
 
 
-       sudo apt install node-babel-cli node-babel-preset-react
+       sudo apt install \
+                 node-babel-cli \
+                 node-babel-preset-react \
+                 node-babel-plugin-transform-object-rest-spread