From c513c01336128a0e001231f74df60359e591a4d4 Mon Sep 17 00:00:00 2001 From: "DESKTOP-MK92NDD\\huyat" Date: Sun, 27 Jan 2019 09:39:54 +0700 Subject: [PATCH] correct spelling errors in file README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e83b2c..9b9742b 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ A Mozilla Research project to specify and develop the extremely optimizable subset of JS targeted by compilers like Emscripten, Mandreel, and LLJS. -~Discussion of the asm.js spec now takes place on Specifiction [here](http://discourse.specifiction.org/c/asm-js).~ +~Discussion of the asm.js spec now takes place on Specification [here](http://discourse.specifiction.org/c/asm-js).~ The [spec repo](https://github.com/asm-js/spec) hosts the source for [the current asm.js Working Draft](http://asmjs.org/spec/latest/). -This repo hosts JS source code which performs asm.js validation, however +This repo hosts JS source code which performs asm.js validation, however, as of this update, this code is not up to date with the latest working draft and is not extensively tested. Patches to update it or fix bugs are welcome though.