From dac2f2d1709c46ad8c958d4dfe0fa152f4ff3e33 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 29 Jan 2018 21:53:33 -0800 Subject: [PATCH] Fix highlighting in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a01cb2db..303062524 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ this][bindings]. You can view them in action like so: and our corresponding `index.js`: -```html +```js import { Foo, Bar, concat } from "./js_hello_world"; import { booted } from "./js_hello_world_wasm";