From 9dd64dfb4947e45bd1b69e84ede1b937d0d34f7c Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Fri, 15 Jul 2016 16:41:40 -0700 Subject: [PATCH] Switch linkify for fit in readme Linkify doesn't work currently so it shouldn't be used as an example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9720507..5e179ee 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ To use an addon, just include the JavaScript file after xterm.js and before the ```html - + ``` ```js var xterm = new Terminal(); // init code... -xterm.linkify(); +xterm.fit(); ``` ## Contribution and License Agreement