From 88d3326a609589baa124509cd4cdcbe3a434a281 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 13 Aug 2023 13:04:00 +0300 Subject: [PATCH] ci: fix `v check-md examples/2048/` --- examples/2048/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/2048/README.md b/examples/2048/README.md index df7220b01b..e166bfa887 100644 --- a/examples/2048/README.md +++ b/examples/2048/README.md @@ -27,7 +27,8 @@ Compile & run the game with `./v run examples/2048` 1. Install Emscripten from https://emscripten.org/docs/getting_started/downloads.html -2. Make sure that the environment in your shell is setup correctly, i.e. that `emcc --version` works. +2. Make sure that the environment in your shell is setup correctly, +i.e. that `emcc --version` works. ```sh . /opt/emsdk/emsdk_env.sh emcc --version @@ -48,4 +49,5 @@ cp examples/2048/2048 examples/2048/index.js emrun examples/2048/index.html ``` -Once you have run the game, you can make changes, then just recompile (step 3), and refresh the game in your browser. +Once you have run the game, you can make changes, +then just recompile (step 3), and refresh the game in your browser.