From bdfdcf35088e70560a461e7beb97bc799d8e47f4 Mon Sep 17 00:00:00 2001 From: pro-src Date: Mon, 4 Jun 2018 14:39:47 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82bc3f08..a8325bf2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To start using xterm.js on your browser, add the `xterm.js` and `xterm.css` to t
@@ -238,7 +238,7 @@ To contribute either code, documentation or issues to xterm.js please read the [ ### Code structure -`src/` is roughly split up into areas of functionality such as `renderer/` that handles all rendering and `utils/` which provides general utility functions. The `shared/` folder contains code that can be used from either the main thread or a web worker thread, all code inside a `shared/` folder should only ever import other code from a `shared/` folder to minimize the amount of code run what launching a web worker. +`src/` is roughly split up into areas of functionality such as `renderer/` that handles all rendering and `utils/` which provides general utility functions. The `shared/` folder contains code that can be used from either the main thread or a web worker thread, all code inside a `shared/` folder should only ever import other code from a `shared/` folder to minimize the amount of code ran when launching a web worker. ## License Agreement