From c46e799dd06caaec6b91eeb47564766356924ad8 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Mon, 29 Aug 2016 22:57:19 +0300 Subject: [PATCH] Update README.md to include xterm.js from new directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc98d8e2..a1409372 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Addons are JavaScript modules that attach functions to the `Terminal` prototype To use an addon, just include the JavaScript file after xterm.js and before the `Terminal` object has been instantiated. The function should then be exposed on the `Terminal` object: ```html - + ```