From 5421f3a9a7fc6a8fa38827fceba66704106d119c Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Mon, 20 Feb 2017 11:18:23 -0800 Subject: [PATCH] Remove space --- UseCases.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UseCases.md b/UseCases.md index 3e0ffc9e..442ff11f 100644 --- a/UseCases.md +++ b/UseCases.md @@ -46,8 +46,8 @@ design of WebAssembly. # How WebAssembly can be used -* Entire code base in Web Assembly. -* Main frame in Web Assembly, but the UI is in JavaScript / HTML. -* Re-use existing code by targeting Web Assembly, embedded in a larger +* Entire code base in WebAssembly. +* Main frame in WebAssembly, but the UI is in JavaScript / HTML. +* Re-use existing code by targeting WebAssembly, embedded in a larger JavaScript / HTML application. This could be anything from simple helper libraries, to compute-oriented task offload.