From 71575e715a402999ea37e507ec10a7b4faa9a6c9 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 13 Dec 2020 14:29:11 +0100 Subject: [PATCH] did you mean 'website'? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97248a9..e8b6337 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Follow the ([emscripten Tutorial](https://github.com/kripken/emscripten/wiki/Tut * To compile the *web version*, run ```make web``` . * The compiled output file is `website/awk_web.js`. It contains the emscripten'd AWK code, wrapped in a single javascript function `run_web_awk()` . -* Load the file `websize/awk_web.js` in your web-browser to run sample AWK programs. +* Load the file `website/awk_web.js` in your web-browser to run sample AWK programs. * The *web version* is configured with additional wrappers, and a friendly javascript function that runs awk on a given input. The source code for the wrappers is in `js_emsc` sub-directory. * See `tests/web_test.js` for an example of calling this function.