diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |