From 123dddc2f724d566a8316fd51273ad974322c607 Mon Sep 17 00:00:00 2001 From: frozar Date: Thu, 21 Mar 2019 11:00:54 +0100 Subject: [PATCH] [README] Fix a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2593456..50fb7a2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ build chain. On linux, run `sudo apt install build-essential`. On Windows, downl [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/); when asked in the installer, include the C++ workload. - - Run `build.sh` or `build.ps1`, then then start a dev server that supports WASM. + - Run `build.sh` or `build.ps1`, then start a dev server that supports WASM. For example, with [Python](https://www.python.org/downloads/) installed, run `python serve.py`. (Linux users may need to run `python3 serve.py`.)