From a005bec46e86ec4b51c780ef3e21e89532fa8457 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 29 Oct 2015 13:51:06 -0700 Subject: syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d937a409..210d99f9c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ bin/asm2wasm test/hello_world.asm.js That input file contains -``` +```javascript function add(x, y) { x = x | 0; y = y | 0; -- cgit v1.2.3